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
I used "pip install foldcomp" to install it in my system (WSL2 with conda as well as google colab). However it looks like foldcomp is not recognized because when i wrote "foldcomp" in the terminal there is no such command.
running "pip show foldcomp" shows 2 directories located at /home/my_user/anaconda3/envs/bio/lib/python3.11/site-packages:
Hi @miangoar!
It is indeed not very clear, but by using pip install you're only installing a Python interface, not a command line application.
To run full foldcomp from the command line you need to download binaries or compile the soft.
Hi!
I used "pip install foldcomp" to install it in my system (WSL2 with conda as well as google colab). However it looks like foldcomp is not recognized because when i wrote "foldcomp" in the terminal there is no such command.
running "pip show foldcomp" shows 2 directories located at /home/my_user/anaconda3/envs/bio/lib/python3.11/site-packages:
foldcomp/ files:
init.py util.py setup.py pycache
foldcomp.cpython-311-x86_64-linux-gnu.so
foldcomp.py (is empty)
foldcomp-0.0.7.dist-info/ files:
INSTALLER LICENSE.txt METADATA RECORD REQUESTED WHEEL top_level.txt
how foldcomp must be installed ?
thanks for your attention :)
The text was updated successfully, but these errors were encountered: