pharmapsychotic / clip-interrogator

Image to prompt with BLIP and CLIP
MIT License
2.71k stars 431 forks source link

cannot find python: which version #91

Closed rafstahelin closed 6 months ago

rafstahelin commented 1 year ago

Have 3.10.6 and 3.10.9 on disk with environment path set to 3.10.9 the 3.106.

When i run the python -m venv ci_env it says it cannot find python. Is this because i need to use conda? I am on windows. Not sure why this error. thanks

pharmapsychotic commented 1 year ago

no you shouldn't need to use conda. try python3 -m venv ci_env instead