owl-project / NVISII

Apache License 2.0
319 stars 27 forks source link

Having issues installing nvisii on ubuntu 22.04 with python 3.10 #167

Closed ArghyaChatterjee closed 9 months ago

ArghyaChatterjee commented 9 months ago

Hello, I was trying to install the nvisii in my pc with ubuntu 22.04 and python 3.10 installed but it's throwing me an error saying:

arghya@arghya-All-Series:~/dope/scripts/nvisii_data_gen$ pip install nvisii==1.x.72
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement nvisii==1.x.72 (from versions: none)
ERROR: No matching distribution found for nvisii==1.x.72

Or,

arghya@arghya-All-Series:~/dope/scripts/nvisii_data_gen$ pip install nvisii==1.1.72
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement nvisii==1.1.72 (from versions: none)
ERROR: No matching distribution found for nvisii==1.1.72

Or,

arghya@arghya-All-Series:~/dope/scripts/nvisii_data_gen$ pip install nvisii
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement nvisii (from versions: none)
ERROR: No matching distribution found for nvisii

Here is the cuda configuration file:

arghya@arghya-All-Series:~/dope/scripts/nvisii_data_gen$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Mon_Apr__3_17:16:06_PDT_2023
Cuda compilation tools, release 12.1, V12.1.105
Build cuda_12.1.r12.1/compiler.32688072_0

Here is the nvidia driver and cuda configuration:

arghya@arghya-All-Series:~/dope/scripts/nvisii_data_gen$ nvidia-smi
Mon Oct 16 19:24:07 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.125.06   Driver Version: 525.125.06   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:01:00.0  On |                  N/A |
| 29%   37C    P2    37W / 160W |   1582MiB /  6144MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      2067      G   /usr/lib/xorg/Xorg                503MiB |
|    0   N/A  N/A      2246      G   /usr/bin/gnome-shell               48MiB |
+-----------------------------------------------------------------------------+

What's the problem and how can I resolve this issue ??

TontonTremblay commented 9 months ago

I am very to sorry to let you know that right now we do not support the version of python and the ubuntu version you are on. I had to downgrade a new machine I got recently to use nvisii for a project. We have plans to update nvisii and make it available on the versions you are on. The easier would be to use a docker and look at how to use nvisii in a docker (check the readme.md).

ArghyaChatterjee commented 9 months ago

Thanks for letting me know, closing the issue.