[GH-ISSUE #67] ImportError: cannot import name 'update' #62

Closed
opened 2026-02-25 20:34:34 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Oct 3, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/67

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!
Originally created by @ghost on GitHub (Oct 3, 2020). Original GitHub issue: https://github.com/B16f00t/whapa/issues/67 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: ```Traceback (most recent call last): 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!
kerem closed this issue 2026-02-25 20:34:34 +03:00
Author
Owner

@B16f00t commented on GitHub (Oct 3, 2020):

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.

<!-- gh-comment-id:703133344 --> @B16f00t commented on GitHub (Oct 3, 2020): 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 <module> > 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.
Author
Owner

@ghost commented on GitHub (Oct 14, 2020):

@B16f00t Thank you for your reply!

<!-- gh-comment-id:708270764 --> @ghost commented on GitHub (Oct 14, 2020): @B16f00t Thank you for your reply!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#62
No description provided.