Problems with confindr 0.5.1 install via conda
Closed this issue · 2 comments
antunderwood commented
I have installed version 0.5.1 with conda but have 2 problems
- It reports
ConFindr 0.5.0
2. The confindr_database_setup script is not in the PATH
antunderwood commented
Scratch item 2. I hadn't activated conda!!
Just the minor version issue remains
lowandrew commented
Thanks for pointing this out! I had just been using a version variable I'd been setting manually within the script, which I forgot to update - you should see ConFindr at 0.5.1 listed with pip list
. I've gotten the script updated so that it pulls the version from setup.py so I won't have to remember to set the variable with each release, so everything should be good to go next time a release gets pushed.