-
Notifications
You must be signed in to change notification settings - Fork 9
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
BUG: conda install requirement of apstools>=1.5.3
fails on Windows - pip successful
#568
Comments
Is it because of |
That is a distinct possibility, which would push this to the 1.6.0 since it would mean a breaking change. |
@rodolakis: Thanks! |
@rodolakis: what is your python version? The 1.5.3 does install in my Mac, but only if python <= 3.7. Even if I install it in an environment with a newer version, conda will downgrade it to 3.7. |
I'm all good, I was just not running what I thought (too many aliases, config etc...) |
See if the 1.5.4 release fixes this. Pushing to the next milestone after the 1.5.4 release. |
Released 1.5.4 yesterday. Try again in
Still a problem:
|
Pin the python version, still fails:
|
To test, a tag is necessary: 1.6.0rc# |
Tagged 1.6.0rc3 to test in windows. Once that publishes to anaconda.org, then test with:
|
This worked but
This worked! |
Discovered that with a conda install requirement of
apstools>=1.5.3
, conda was not able to resolve all dependencies for Windows. (Found this by selective removal of packages from environment until successful install.) Was able to install latestapstools
via pip.Originally posted by @prjemian in BCDA-APS/use_bluesky#111 (comment)
The text was updated successfully, but these errors were encountered: