You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I will probably figure this out at some point, but I need some help with getting the code to run.
I cloned the repo on an Ubuntu 20.04 system, then installed livefs-editor with sudo pip3 install ./livefs-editor, and then tried to run it, but I'm getting this error:
% livefs-edit
Traceback (most recent call last):
File "/usr/local/bin/livefs-edit", line 9, in <module>
sys.exit(__main__())
TypeError: 'module' object is not callable
As far as I've been able to figure out this may be a pip version issue.
Odd, I'm sure this worked at some point. Fixed anyway, although possibly not in the cleanest way. (I mostly invoke this as python3 -m livefs_edit fwiw)
Hi folks, I will probably figure this out at some point, but I need some help with getting the code to run.
I cloned the repo on an Ubuntu 20.04 system, then installed livefs-editor with
sudo pip3 install ./livefs-editor
, and then tried to run it, but I'm getting this error:As far as I've been able to figure out this may be a pip version issue.
Any assistance would be greatly appreciated! Thank you.
The text was updated successfully, but these errors were encountered: