-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clip and kaolin have not been imported in the conda env #28
Comments
Hello @mattmaxXXX, |
I have the same problem with python 3.7 and I verified I was in the conda env |
Did you check which pip executable is used when yoy are in the environment? |
Is it because this link is invalid?I open it with a browser and it shows a 404:https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 |
Hello,
I have no errors when I run
conda env create --file text2mesh.yml
andconda activate text2mesh
commands.But when I execute the
./demo/run_candle.sh
file, I get this error :Traceback (most recent call last): File "C:\Users\matth\text2mesh\main.py", line 3, in <module> import kaolin.ops.mesh ModuleNotFoundError: No module named 'kaolin'
I have also the same error with the clip module.
I am supposed to be in the env with everything perfectly installed.
Please help me
The text was updated successfully, but these errors were encountered: