B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.13k stars 263 forks source link

ImportError: cannot import name 'update' #67

Closed ghost closed 4 years ago

ghost commented 4 years ago

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 <module>
    from libs import update
ImportError: cannot import name 'update'```

Any hints or solutions to solve this would be great!
B16f00t commented 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.

ghost commented 4 years ago

@B16f00t Thank you for your reply!