-
Notifications
You must be signed in to change notification settings - Fork 222
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
path.py installed as version 0.0.0 #809
Comments
This is probably a bug in the upstream path.py code. We simply use |
Getting exactly the same problem with $ conda create -n test-automat python
<...>
$ source activate test-automat
$ conda install automat
<...>
$ conda list
<...>
automat 0.5.0 py36_0
<...>
$ pip freeze
<...>
Automat==0.0.0
<...> When |
Both So then I checked the It seems like we need to update the build recipe in conda-forge/automat-feedstock, but I'm not sure how exactly this process works. I've raised an issue in that repo... would be good if someone could help. I also checked the conda package from I also checked the conda package from After some more poking around, I've discovered that installing clinicalgraphics/automat conda package results in |
The new build of path.py displays the correct version:
|
The new build of automat displays the correct version:
Recipe at: https://github.com/AnacondaRecipes/automat-feedstock/blob/master/recipe/meta.yaml |
For some reason, installing
path.py
withconda
results in version0.0.0
:The following may be related:
The issue is the same with python 2 and python 3 environments.
Pip works fine:
pip install path.py
.The text was updated successfully, but these errors were encountered: