Saturday, March 25, 2023

pip Virtual Env Error

Below error was coming in when trying to create virtual env 

virtualenv botserver

-bash: /usr/local/bin/virtualenv: /usr/bin/python: bad interpreter: No such file or directory

None of these really worked, but then finally doing liek this below solved the issue 

python3 -m venv venv

source venv/bin/activate

references:

https://stackoverflow.com/questions/66069215/the-client-is-using-an-unsupported-version-of-the-socket-io-or-engine-io-protoco

No comments:

Post a Comment