Skip to content
Advertisement

Cannot run bcrpyt or werkzeug in my python 3 environment

I am doing a course in flask and python 3. I have set up a python 3.6 environment with the following libraries in a requirement.txt file:

JavaScript

And I am trying to run this scripts in the environment:

JavaScript

but I get this error:

JavaScript

Likewise when I try a werkzeug script:

JavaScript

I get this error:

JavaScript

I have tried:

  • recreating a new environment
  • uninstalling, installing different
  • versions of werkzeug in pip2 and pip3, both inside and outside the
    environment
  • tried it on different computers

Does anyone have an idea of the issue?

Advertisement

Answer

Wow, this is embarrassing.

I was typing attempt-werkzeug.py instead of python attempt-werkzeug.py

Sorry for the confusion

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement