Dear colleagues,
Could you please share your experience in the installation of the cryosparc-tools?
Following the installation instructions Getting Started — cryosparc-tools
I run:
a) pip install cryosparc-tools
b) pip install -U cryosparc-tools
Here is the result:
cryosparc_user@cryoem1:~/cryosparc/cryosparc_worker$ pip show cryosparc-tools
Name: cryosparc-tools
Version: 4.4.1
Summary: Toolkit for interfacing with CryoSPARC
Home-page:
Author:
Author-email: "Structura Biotechnology Inc." <info@structura.bio>
License:
Location: /home/cryosparc_user/.local/lib/python3.11/site-packages
Requires: numpy, typing-extensions
Required-by:
Then, when I wanted to run the Python script, I got an error
cryosparc_user@cryoem1:~/cryosparc/cryosparc_worker/bin$ python /home/cryosparc_user/Documents/check_movies.py
Traceback (most recent call last):
File "/home/cryosparc_user/Documents/check_movies.py", line 2, in <module>
from cryosparc_tools.cryosparc.tools import CryoSPARC
ModuleNotFoundError: No module named 'cryosparc_tools'
cryosparc_user@cryoem1:~/cryosparc/cryosparc_worker/bin$ ls
connect.py cryosparcw cryosparc_worker.tar.gz validate.py
cryosparc_user@cryoem1:~/cryosparc/cryosparc_worker/bin$
Could you please advice how to fix that?
Thank you.
Kind regards,
Dmitry