Closed ghost closed 4 years ago
You must change your python version >3.72
Sent from my iPhone
On 3 Oct 2020, at 13:39, Nitin Deshpande notifications@github.com wrote:
OS: Windows 10 Python Version: 3.5.2
Successfully installed the packages from requirements.txt.
Running C:\Python35\python.exe .\whapa-gui.py on PowerShell, gives me the following error:
File ".\whapa-gui.py", line 4, in
from libs import update ImportError: cannot import name 'update'``` Any hints or solutions to solve this would be great! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@B16f00t Thank you for your reply!
OS: Windows 10 Python Version: 3.5.2
Successfully installed the packages from
requirements.txt
.Running
C:\Python35\python.exe .\whapa-gui.py
on PowerShell, gives me the following error: