-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Curious folium version 0.0.0 messes up checks for version requirements #1438
Comments
Thanks for the report! That doesn't look right indeed. @ocefpaf can you see what happened? |
Probably a mistake in the release :-( Working on it... |
Looks like the wheel is fine:
But the sdist is not:
It is probably some change in setuptools_scm, maybe we need to add the version.py file in the sdist now. |
@ocefpaf Thanks for dealing with this issue! However, the folium release history on PyPi hasn't changed after pull request #1439 and I still get the same error message as before on azure. I guess you would have to delete the curious version 0.0.0 on PyPi or alternatively, upload a new version so that there aren't two versions released on the same date anymore. |
We'll issue a bugfix release later today. Stay tuned. |
let me know if there's something I can do to help |
Installing from the downloaded sdist from PyPI:
We get the right version. Now installing directly from PyPI:
Not sure what changed in latest pip that is causing this :-( Still investigating. |
According to this comment this is not fixed and we should use only the binary release for now :-( I'll remove the sdist and revisit the problem in the near future. |
…folium#1438. Fixed incompletely deleted coverage artifacts after running 'make clean'. Updated version info. Signed-off-by: Daniel Scheffler <[email protected]>
It seems this is no longer an issue. |
When executing software tests on azure I run into trouble when checking for the installed folium version. If a package requires a particular folium version I get an error message like that:
+ pip check
arosics 1.2.4 has requirement folium>=0.6.0, but you have folium 0.0.0.
I just checked the folium release history on PyPi and it indicates that you uploaded folium version 0.12.0 to PyPi on Jan 6, 2021. But if I scroll down to the bottom of the release history, I recognize that the curious folium version 0.0.0 was also uploaded to PyPi on Jan 6, 2021. Would it be possible that you just misleadingly uploaded a folium version 0.0.0? If yes, could you check that and clean up if necessary?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: