Skip to content
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

Open
mattmaxXXX opened this issue Oct 18, 2022 · 4 comments
Open

clip and kaolin have not been imported in the conda env #28

mattmaxXXX opened this issue Oct 18, 2022 · 4 comments

Comments

@mattmaxXXX
Copy link

Hello,

I have no errors when I run conda env create --file text2mesh.yml and conda 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

@roibaron
Copy link
Contributor

roibaron commented Oct 18, 2022

Hello @mattmaxXXX,
We didn't test the environment on Windows OS.
My hunch is that you are using the wrong Python interpreter when executing the demo. Make sure you are using the environment's executable.

@mattmaxXXX
Copy link
Author

Hello @mattmaxXXX, We didn't test the environment on Windows OS. When running is that you are using the wrong Python interpreter when executing the demo. Make sure you are using the environment's executable.

I have the same problem with python 3.7 and I verified I was in the conda env

@roibaron
Copy link
Contributor

Did you check which pip executable is used when yoy are in the environment?
Also, please list the pip packages in the environment.

@Doggerlas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants