Cannot install 3D flex: package inconsistency never resolves

Hi all,

The problem is as stated above, I will try to install 3D-flex and then it will find a package incompatibility that constantly stalls and is never resolved

./bin/cryosparcw install-3dflex
Installing 3D Flex Refine dependencies...
Collecting package metadata (current_repodata.json): done
Solving environment: \
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - pypi/pypi::torch==1.13.1=pypi_0
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: |
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - pypi/pypi::torch==1.13.1=pypi_0
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
Examining conflict for tensorflow astunparse:  21%|▏| 56/262 [05:47<06:33,  1.-

Here is my info

CryoSPARC instance information

  • Type: single workstation, master-worker, or cluster

  • Software version from cryosparcm status: 4.1.2

  • Output of uname -a && free -g on master node:
    Linux yousuf-box 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
    ** total used free shared buff/cache available**
    Mem: 125 1 111 0 12 122
    Swap: 0 0 0

yousuf@yousuf-box:~$ eval $(/path/to/cryosparc_worker/bin/cryosparcw env)
env | grep PATH
which nvcc
nvcc --version
python -c "import pycuda.driver; print(pycuda.driver.get_version())"
uname -a
free -g
nvidia-smi
-bash: /path/to/cryosparc_worker/bin/cryosparcw: No such file or directory
PATH=/home/yousuf/.local/bin:/home/yousuf/software/cryosparc/cryosparc_master/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Command 'nvcc' not found, but can be installed with:
sudo apt install nvidia-cuda-toolkit
Command 'python' not found, did you mean:
  command 'python3' from deb python3
  command 'python' from deb python-is-python3
Linux yousuf-box 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
               total        used        free      shared  buff/cache   available
Mem:             125           1         111           0          12         122
Swap:              0           0           0
Sat Feb 18 19:45:03 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.89.02    Driver Version: 525.89.02    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:02:00.0 Off |                  N/A |
|  0%   23C    P8     9W / 275W |    142MiB / 11264MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1445      G   /usr/lib/xorg/Xorg                 81MiB |
|    0   N/A  N/A      1802      G   /usr/bin/gnome-shell               56MiB |
+-----------------------------------------------------------------------------+
yousuf@yousuf-box:~$

Welcome to the forum @msateryster.
Were you able to successfully run CryoSPARC GPU jobs before running
cryosparcw install-3dflex?
What is the output of
grep -v LICENSE /path/to/cryosparc_worker/config.sh
(Please substitute the actual path to the cryosparc_worker directory of your CryoSPARC installation).

I do a completely clean install of everything and made my global cuda 11.7 and kept it in my $PATH. This fixed it