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
$export PYTHONPATH=/Software/anaconda3/envs/firecaller/lib/python3.6/site-packages/lib/python3.6/site-packages && Software/anaconda3/envs/firecaller/bin/python3 ./FIREcaller
Traceback (most recent call last):
File "/Software/anaconda3/envs/firecaller/lib/python3.6/site-packages/lib/python3.6/site-packages/cooler/sandbox/dask.py", line 10, in
from sparse import COO
ModuleNotFoundError: No module named 'sparse'
During handling of the above exception, another exception occurred:
so I need to install sparse alone
Thank you.
The text was updated successfully, but these errors were encountered:
Hello I got error below:
$export PYTHONPATH=/Software/anaconda3/envs/firecaller/lib/python3.6/site-packages/lib/python3.6/site-packages && Software/anaconda3/envs/firecaller/bin/python3 ./FIREcaller
Traceback (most recent call last):
File "/Software/anaconda3/envs/firecaller/lib/python3.6/site-packages/lib/python3.6/site-packages/cooler/sandbox/dask.py", line 10, in
from sparse import COO
ModuleNotFoundError: No module named 'sparse'
During handling of the above exception, another exception occurred:
so I need to install sparse alone
Thank you.
The text was updated successfully, but these errors were encountered: