Skip to content
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

No name 'opendatasets' in module 'azureml' Error #518

Closed
yuchaozh opened this issue Aug 7, 2019 · 2 comments
Closed

No name 'opendatasets' in module 'azureml' Error #518

yuchaozh opened this issue Aug 7, 2019 · 2 comments

Comments

@yuchaozh
Copy link

yuchaozh commented Aug 7, 2019

Hi,
I was trying to follow this documentation: https://azure.microsoft.com/en-us/services/open-datasets/catalog/noaa-integrated-surface-data/ (Go to "Data access" tab)to use opendatasets module to access historical weather data. But it gives me the error message No name 'opendatasets' in module 'azureml'.
I tried pip install azureml-sdk[opendatasets] as well, it shows WARNING: azureml-sdk 1.0.55 does not provide the extra 'opendatasets'.
Do you know how to use the opendatasets module in azureml?

Thanks!

@yuchaozh
Copy link
Author

yuchaozh commented Aug 7, 2019

Find the solution, maybe because opendatasets is a preview module, so it is not included in azureml sdk yet. You can download through pip pip install azureml-opendatasets in your env.

@chethanchandran
Copy link

pip install azureml-opendatasets

Thanks, was looking for the solution, this worked !! However, I had another error " [WinError 5] Access is denied:" This was solved by adding --user at the end of your command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants