ModuleNotFoundError

Zoltan Szenderak z.szenderak at hotmail.com
Fri Jun 17 04:03:28 EDT 2022


Re: https://mail.python.org/pipermail/python-list/2022-June/906698.html


How do I reply to: Chris Angelico rosuav at gmail.com so it is listed on the Python list?
Chris Angelico rosuav at gmail.com<mailto:python-list%40python.org?Subject=Re%3A%20ModuleNotFoundError&In-Reply-To=%3CCAPTjJmqaTzdKNNZo_tjZmpO1j3B9r7%2BCggYEJfa1v-VAcnYrfg%40mail.gmail.com%3E>
Wed Jun 15 15:14:49 EDT 2022


What does "pip3 --version" tell you, and what happens if you print out

sys.version at the top of your script? Also possibly sys.executable,

in case your script isn't running from inside the venv that it looks

like it ought to be working in.

My reply:
Pip version
pip 22.1.2 from C:\Users\zszen\ENV\lib\site-packages\pip (python 3.10)

print(sys.version_info) and executable:
Unable to initialize device PRN


Kind regards,

Zoltan



More information about the Python-list mailing list