You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/akiledal/miniconda3/envs/shi7/bin/shi7_learning", line 11, in
load_entry_point('shi7==1.0.0', 'console_scripts', 'shi7_learning')()
File "/home/akiledal/miniconda3/envs/shi7/lib/python3.8/site-packages/shi7-1.0.0-py3.8.egg/shi7/shi7_learning.py", line 249, in main
NameError: name 'VERSION' is not defined
The text was updated successfully, but these errors were encountered:
@bhillmann@mhoutti
Do you two conda gurus have idea what might be going on here? The latest code does not use the global variable "VERSION", so it seems to be an issue with conda syncing.
Ok @GabeAl, I updated the knights-lab conda to release v1.0.2. Can you push the updates for shi7 portable so they are now in sync? The only difference between 1.0.2 and 1.0.0 is the Makefile to include the flag -lz
Hello,
I just installed shi7 for the first time using conda. When I run the
shi7_learning
command, I get an error "NameError: name 'VERSION' is not defined".Command run:
shi7_learning -i metagenomics_trial/S3_Fallen/ -o shi7_learn
Full error:
The text was updated successfully, but these errors were encountered: