BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

BUG: conda env for windows installs old apstools #111

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

The win_2022_1.yml installs an older apstools package (1.2.6, current is 1.5.3).

prjemian commented 2 years ago

While fixing, sync the other two 2022_1 environments to make the differences easier to detect.

prjemian commented 2 years ago

Discovered that with the conda install requirement of apstools>=1.5.3, conda was not able to resolve all dependencies for Windows. (Found this by selective removing packages from environment until successful install.) Was able to install latest apstools via pip.