Search code examples
windowspython-venvpython-3.7

Python 3.7 - activate venv error Parameter format not correct 65001 WINDOWS


I just updated my python version to 3.7 but every time i activate my virtualenv i got the following error message: parameter format not correct - 65001

Anybody knows what this mean and how to solve this issue?

Thanks in advance!


Solution

  • I have had the same Issue. It only happened in Powershell. Windows CMD worked just fine. And use activate.bat and not activate (without bat). I hope this helps.