Closed mbnoimi closed 4 years ago
Thanks for the report with detailed logs. The simple installation process described in the README works here, and on clean virtualboxes.
The hamsterday_end
function was added recently.
Could it be that some python files are cached somewhere on your system ?
But the logs look clean. That's strange.
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.
Could you please give the output of the following commands ?
mbnoimi@tracker ~/.hamster $ grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/stuff.py
def hamsterday_end(hamsterday):
mbnoimi@tracker ~/.hamster $ grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyc
Binary file /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyc matches
mbnoimi@tracker ~/.hamster $ grep hamsterday_end /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyo
Binary file /usr/lib/python3/dist-packages/hamster/lib/__pycache__/stuff.cpython-36.pyo matches
mbnoimi@tracker ~/.hamster $
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. I just rebooted my PC!
Any way, thanks a lot @ederag for the effort.
It seems I wasn't bold enough to kill hamster-service
hahahahahaha.
pkill -ef hamster
fixed the problem
Thanks for reporting success !
We should warn in case of running services with version mismatch. Troubleshooting section added to the wiki, meawhile: https://github.com/projecthamster/hamster/wiki/Tips-and-Tricks#troubleshooting
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