'ModuleNotFoundError: No module named 'webservice'
Even after installing the module using
pip3 install webservice
I still get the error ModuleNotFoundError: No module named 'webservice'
I did use a virtual env. installed all necessary packages using pip3 install
python3 server.py
gives: File "server.py", line 15, in import webservice.utils as web_utils ModuleNotFoundError: No module named 'webservice.utils'; 'webservice' is not a package
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
