Python Forum

Full Version: can't install package web in version python 3.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Quote:The error is:
Please show entire error message verbatim, and code listing all within BBCode tags