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
Please find below the error from the execution of the command motuclient - h from cli.
Traceback (most recent call last):
File "/home/tommaso.fabbri/anaconda3/envs/casw/bin/motuclient", line 6, in <module>
from motuclient import main
ImportError: cannot import name 'main' from 'motuclient' (/home/tommaso.fabbri/anaconda3/envs/casw/lib/python3.7/site-packages/motuclient/__init__.py)
I tried both the installation through pip and conda with the same outcome.
Something is missing in site-packages/motuclient directory (maybe the content of src/python directory).
Below you can find the installed content:
Please find below the error from the execution of the command
motuclient - h
from cli.I tried both the installation through pip and conda with the same outcome.
Something is missing in
site-packages/motuclient
directory (maybe the content ofsrc/python
directory).Below you can find the installed content:
The text was updated successfully, but these errors were encountered: