Despite using pyinstaller, module request is not found.
Traceback (most recent call last):
File "main.py", line 2, in
ModuleNotFoundError: No module named 'requests'
[3915] Failed to execute script main
Solution ?
- Check Travis deployement config (pipinstaller file to distribute is in a dist/ folder)
Despite using pyinstaller, module request is not found.
Solution ?