Python Forum
can't install package web in version python 3.7 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: can't install package web in version python 3.7 (/thread-17120.html)



can't install package web in version python 3.7 - a21250450 - Mar-29-2019

Hello everyone I have a project written in python 2.7 and I need to update it for python 3.7 but the web package always error.

The error is:
Collecting web

Could not find a version that satisfies the requirement web (from versions: )
No matching distribution found for web


I already installed the web package lib too but the issue continues.


Someone can help me?

thanks


RE: can't install package web in version python 3.7 - Larz60+ - Mar-29-2019

Quote:The error is:
Please show entire error message verbatim, and code listing all within BBCode tags