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
Traceback (most recent call last):
File "/usr/local/bin/parsec", line 11, in <module>
load_entry_point('galaxy-parsec==1.0.4', 'console_scripts', 'parsec')()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args[1:], **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/parsec/decorators.py", line 18, in custom_exception
except json.decoder.JSONDecodeError:
AttributeError: 'module' object has no attribute 'JSONDecodeError'
I am on Mac but I have the same error if I try on a unix server. I locally have python 2.7 as visible above.
Do you have an idea of what goes wrong ?
Thanks
Charles
The text was updated successfully, but these errors were encountered:
After editing the decorators.py file (commenting the try...except json.decoder.JSONDecodeError block to only leave error(str(e))), I now have the real error :
Unexpected HTTP status code: 403: "\"library_import_dir\" is not defined in the Galaxy configuration file"
I'll check with my colleague who maintains then galaxy server but I am not sure why this library_import_dir is needed.
Hi,
I am trying to use parsec to link a file present in my user data folder with a command like
which fails with:
I am on Mac but I have the same error if I try on a unix server. I locally have python 2.7 as visible above.
Do you have an idea of what goes wrong ?
Thanks
Charles
The text was updated successfully, but these errors were encountered: