-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'hamsterday_end' #503
Comments
Thanks for the report with detailed logs. The Could you please give the output of the following commands ? grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/stuff.py
# should yield
# def hamsterday_end(hamsterday): grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyc
# should yield
# Binary file /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyc matches grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyo
# should yield
# Binary file /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyo matches Are you by chance using a virtual environment ? That might be the issue. |
No, I use a real machine |
Oops the issue disappeared whithout modifying anything. Any way, thanks a lot @ederag for the effort. |
It seems I wasn't bold enough to kill |
Thanks for reporting success ! We should warn in case of running services with version mismatch. Edit: check added in #528 |
Hi,
After upgrading my Linux Mint to the recent version (19.3) I no longer able to run hamster (it was working fine) so I tried to rebuild it once again but I got the following error whenever I try to launch it.
How can I fix this issue?
The full log of rebuilding process is here below
The text was updated successfully, but these errors were encountered: