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:
Ariba does the local assembly under the hood. The MPL environment stops
matplotlib demanding you are running X. So only needed for headless servers.
Andrew
On 16 Sep 2017 2:03 am, "Torsten Seemann" <notifications@github.com> wrote:
Why do I need ariba ?
And what is this magic MPLBACKED="agg" ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABeV4NOpn_jcuOODK5XEemFSg8lqNWfks5six5YgaJpZM4PUSQ8>
.
I reinstalled from git (
git clone seroba && cd seroba && python3 setup.py install
):The text was updated successfully, but these errors were encountered: