Skip to main content

My sample module

Project description

Pyar Meetup 2022

This package was created as a demo following this guide https://packaging.python.org/en/latest/tutorials/packaging-projects/ on 8 Feb 2022

Instructions

  1. Create an activate a virtualenv
python3 -m pip install --upgrade pip   # Install project dependencies
python3 -m pip install --upgrade build # Build wheels and sdist from source files
python3 -m pip install --upgrade twine # Upload wheels and sdists to pypi
python3 -m pip install --upgrade wheel # To be able to install from wheels instead of sdists
#or just
python3 -m pip install --upgrade pip build twine wheel
  1. Build wheel and sdist (zip of source tree) from source
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools>=42, wheel)
* Getting dependencies for sdist...
* Building sdist...
* Building wheel from sdist
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools>=42, wheel)
* Getting dependencies for wheel...
* Installing packages in isolated environment... (wheel)
* Building wheel...
Successfully built pyarmeetup2020-0.0.1.tar.gz and pyarmeetup2020_ambro17-0.0.1-py3-none-any.whl

And then check with

$ ls dist/
pyarmeetup2020-0.0.1.tar.gz           pyarmeetup2020-0.0.1-py3-none-any.whl
  1. Upload wheel and sdist to pypi
twine upload --repository testpypi dist/*
  1. Test it Run python and then
>>> from pyarmeetup2020 import example
>>> example.should_i_pin_pip()
'Probably not'

Expected Error While Installing Bad Lib

ERROR: Cannot install pyarmeetup2020 and pyarmeetup2020==0.0.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    pyarmeetup2020 0.0.2 depends on Flask>=2.0.2
    elpasado 0.0.4 depends on Flask==1.0.1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

With pip 20.2.0

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

elpasado 0.0.7 requires Flask==1.0.1, but you'll have flask 2.0.2 which is incompatible.

DO NOT PIN PIP!! Solve the root problem!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyarmeetup2020-0.4.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

pyarmeetup2020-0.4-py2.py3-none-any.whl (3.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyarmeetup2020-0.4.tar.gz.

File metadata

  • Download URL: pyarmeetup2020-0.4.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.26.0

File hashes

Hashes for pyarmeetup2020-0.4.tar.gz
Algorithm Hash digest
SHA256 a19beead6007e2cdba60775b6801cf08b47f8fd427865b590c681f45009d0174
MD5 7931c4f89ad26490b9dfa4f9abf45eff
BLAKE2b-256 cc8be267bf0ecada12881c3741c41413438856d41cab76363cd9d5388fe66370

See more details on using hashes here.

File details

Details for the file pyarmeetup2020-0.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyarmeetup2020-0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4fc4b899c75a73966afc2f78f0b07e7d2fdaf562b571178a73c95fdb9b3e25e3
MD5 790d0182072b513e313fb65b6361c5ee
BLAKE2b-256 44b7601f0b735d7ea44c1c41554aa22b3dd1a8d7ecbeb0c78edc87640c4bab9e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page