Closed n0n1m closed 2 months ago
This pull request fixes an issue where a requirement was being used before installation. The main change involves modifying the setup.py file to dynamically derive the version number instead of importing it from the package.
Change | Details | Files |
---|---|---|
Implement dynamic version derivation in setup.py |
|
setup.py |
@n0n1m Thank you for your work!
pls try my method. I'm not saying that it will definitely help, but there have been a lot of changes with requests in recent versions
pls try my method. I'm not saying that it will definitely help, but there have been a lot of changes with requests in recent versions
it is using the most recent version of requests
the problem is it is used before being installed
just try pip install git+https://github.com/honey-team/ufpy.git
it should fix an issue
also @bleudev, did you publish this commit to pypi?
also @bleudev, did you publish this commit to pypi?
No, i will publish new version when i will done new README.
just try
pip install git+https://github.com/honey-team/ufpy.git
@Alexandr153 Can you try this? If the problem will be solved, we can close your PR.
just try
pip install git+https://github.com/honey-team/ufpy.git
@Alexandr153 Can you try this? If the problem will be solved, we can close your PR.
You already closed it. Also you closed issue by merging this PR
I have tested PyPI version and this version in brand new venv. PyPI one threw this error and this installed fine
In fact, PyPI version doesn't install even with requests installed
That's why I think you should change version number to 0.2.1 (or smth) and publish it
Fixes #51
Summary by Sourcery
Fix the requirement of using the package version before installation by introducing a function to derive the version dynamically from the source code.
Bug Fixes: