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

Land on Conda-forge #14

Closed
CWen001 opened this issue Apr 26, 2020 · 4 comments
Closed

Land on Conda-forge #14

CWen001 opened this issue Apr 26, 2020 · 4 comments

Comments

@CWen001
Copy link

CWen001 commented Apr 26, 2020

Thanks for developing this package, and I found it much convenient to plot an interactive map.

Do you have any plan to put it on Conda-forge? Since GeoPandas is recommended to be installed using Conda, it would be nice if the related can be also installed there for a clean environment, especially for beginners.

@Sangarshanan
Copy link
Owner

Hey, Thank you for using geopatra and for your kind words. And yes conda installations would definitely be cleaner and I will look to create a recipe whenever I find the time. But it will be in the future as I am planning to add a lot more mapping options/ additional dependencies but I guess adding a binder notebook with a clean env for beginners to jump in and experiment will help

Also do lemme know if you find any issue installing/ using the package

@CWen001
Copy link
Author

CWen001 commented Apr 26, 2020

Thanks for the quick response. My installing process only encountered one issue, and I'm not sure if this is from my settings. When trying pip install geopatra in a clean Conda env with GeoPandas (0.7 from conda-forge) pre-installed, it forces to uninstall the 0.7 and then installs 0.6.2, although I find in the pyproject.toml that geopatra specifies geopandas = "^0.6.2".

What might be the reason that 0.7 is not recognized? I'm using macOS Catalina system and the newest conda 4.8.3. Also, conda config --set pip_interop_enabled True was set by conda recommendation.

@Sangarshanan
Copy link
Owner

So the dependencies currently demand geopandas<0.7.0,>=0.6.2 which now I think about it can be moved to geopandas 0.7.0 since the only major change is with pyproj. You could try conda install geopandas=0.6.2 and try to set this up.

@CWen001
Copy link
Author

CWen001 commented Apr 28, 2020

Thanks for the reply as the problem solved. Closing for now.

@CWen001 CWen001 closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants