We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you install nesta_ds_utils[s3], you also need to download gepandas separately else it won't be able to load/save objects.
Install: pip install nesta_ds_utils[s3] @ git+https://github.com/nestauk/nesta_ds_utils.git Try to save/download a file using: from nesta_ds_utils.loading_saving import S3
pip install nesta_ds_utils[s3] @ git+https://github.com/nestauk/nesta_ds_utils.git
from nesta_ds_utils.loading_saving import S3
Needs to download geopandas to fix, or alternatively add in gis to the options.
No response
The text was updated successfully, but these errors were encountered:
sqr00t
Successfully merging a pull request may close this issue.
Describe the Bug
When you install nesta_ds_utils[s3], you also need to download gepandas separately else it won't be able to load/save objects.
Instructions to Reproduce the Bug
Install:
pip install nesta_ds_utils[s3] @ git+https://github.com/nestauk/nesta_ds_utils.git
Try to save/download a file using:
from nesta_ds_utils.loading_saving import S3
Needs to download geopandas to fix, or alternatively add in gis to the options.
Traceback
No response
The text was updated successfully, but these errors were encountered: