-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip can't install spotpy 1.5.11 #256
Comments
Hi @MuellerSeb, |
Indeed the issue seems to be somewhere in the automatic version upload via travis.yml... However, this way of upload is new to me and I am not 100% what the error is at this point. Do you have an idea? For now I uploaded the 1.5.12 version manually. I hope this is fixing the error for now :) |
You could have a look at one of my travis configs: I don't use the deploy mechanism of travis, but instead I create a deploy stage, where every commit has a test-deploy to test.pypi.org ... on tag/release, it is also deployed to pypi.org, but you can check the deployment for previous commits on test.pypi.org I also use setuptools_scm to determine the package version from the release tag (this is quite handy after you get used to it) |
sorry for that, I am on it, for now you can downgrade by using |
Ok, the issue should be fixed now. |
@MuellerSeb I will look into it. Especially the automatic version control sounds interessting. I will try to implement it. Thx for the tip! |
Nice! |
Ok nice, seems to work now, thx again for reporting :) |
Problem
Can't install recent version of spotpy
Output
ERROR: No matching distribution found for spotpy==1.5.11
Reason
There is only an
.egg
file on pypi:https://pypi.org/project/spotpy/1.5.11/#files
Solution
When uploading artifacts to pypi, there should be a
py3-none-any.whl
and a source distribution.The text was updated successfully, but these errors were encountered: