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
I reinstalled from git (git clone seroba && cd seroba && python3 setup.py install):
% seroba
Traceback (most recent call last):
File "/home/linuxbrew/.linuxbrew/bin/seroba", line 4, in <module>
__import__('pkg_resources').run_script('seroba==0.1.5', 'seroba')
File "/home/linuxbrew/.linuxbrew/opt/python3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 748, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/home/linuxbrew/.linuxbrew/opt/python3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1509, in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'seroba'
The text was updated successfully, but these errors were encountered:
I reinstalled from git (
git clone seroba && cd seroba && python3 setup.py install
):The text was updated successfully, but these errors were encountered: