-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module 'motuclient' has no attribute 'motu_api' #35
Comments
Not the developers but it seems like the MOTU server may have been taken offline. Having a similar problem where my scripts ran fine just a couple of months ago but I came back to run the same script (with no changes) and now I'm getting errors indicating motuclient cannot access the server:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to extract data from Copernicus Marine Data Store with motuclient (python 3.11.7 powered by Anaconda, motuclient 3.0.0). My code used to run correctly in the past, but now I have the error:
I can't see what I changed between the moment it could run and the moment it did not work anymore.
When I check in the file "motuclient.py", motuclient should have a motu_api attribute... My guess would be that the initialisation with load_options is not done correctly ?
I did try to uninstall/reinstall motuclient, with pip and removing cache before reinstalling.
I tried also to uninstall and reinstall anaconda.
Is this a problem with motuclient or something exterior ?
Below is the code in which I call motuclient.motu_api :
The text was updated successfully, but these errors were encountered: