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
Hmm, I'm not sure what the issue might be. I do not have very much experience with Conda. Does Conda have an alternative way to specify the location of Python packages?
When using conda environment, python will not search package under PYTHONPATH.
A solution may be
conda develop /path/to/MetaSRA-pipeline
.The text was updated successfully, but these errors were encountered: