The Open3d installation using pip install open3d works fine when I install it on conda with python=3.7 But for some reason it does not work with python=3.9. I need to use 3.9 as I have some other ...
I would like to use pipenv instead of conda to run localGPT on a Ubuntu 22.04.03 machine. Reason: On the server where I would like to deploy localGPT pipenv is already installed, but conda isn't and I ...