-
Notifications
You must be signed in to change notification settings - Fork 82
Description
So when trying to install Sam3D, i ran into an error on the second part of the installation, when running the python setup.py install, i ran into this issue at the bottom:
(Having Python 3.8.10 installed, CUDA 11.8, and pytorch installed through their official website, last version)

It gives an error on the typing of that specific line, that i assume it should be a string.
I tried to run the requirements.txt, but lots of them require a higher python version, while the tensorflow-io-gcs-filesystem specifies one version that doesnt exist for the highest version of the python to which the requirements don't give any trouble (which i found to be Python 3.10).
I also noticed that the package "torch.utils.cpp_extension" is not found at the installation, if this gives more insight on the problem.
I tried with multiple CUDA and Python versions, but none of them seem to work, so I'm stuck here.
Thanks in advance if someone responds :)