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

Problem building the environment #1

Open
thomasfrederikhoeck opened this issue Mar 5, 2020 · 3 comments
Open

Problem building the environment #1

thomasfrederikhoeck opened this issue Mar 5, 2020 · 3 comments

Comments

@thomasfrederikhoeck
Copy link

Thank you for the cool repo.

I had a bit of trouble building the environment (on windows). I suspect it was due to large amount of packages with quite a few dependencies themselves. I resolved the issue by letting conda do the heavy lifting of managing the package and only using pip for the packages that didn't exist on either anaconda or conda-forge. The YAML is as follows:

name: geospatial
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.7.3
  - cartopy
  - pip
  - pandas
  - numpy
  - tqdm
  - pyarrow
  - matplotlib
  - pillow
  - seaborn  
  - psutil  
  - shapely  
  - pyproj  
  - nltk
  - snakeviz  
  - geopandas  
  - descartes    
  - datashader    
  - holoviews    
  - jupyterlab    
  - jupyter_contrib_nbextensions    
  - folium
  - shap
  - lime
  - geocoder
  - scikit-learn
  - flake8
  - pydeck
  - pip:
    - dexplot
    - pudb
    - geojsoncontour
    - bpython
    - DateTimeRange
    - keplergl
@tjansson60
Copy link
Owner

Hi Thomas. Thanks for letting me know. For some reason, I did not get a notification on the issue.

I will try to rebuild using my instructions tomorrow and see if I can reproduce the error, but I am glad you found a way for now :)

@tjansson60
Copy link
Owner

tjansson60 commented Mar 25, 2020

I have just tried to reproduce here on my Linux machine, but can't get any errors. With a standard mini-conda installation, I can execute the command below and get the environment that I tested with the notebooks in this repo and it works fine.

[09:51]tjansson@T480s ~/code/geospatial (master=)$ conda env create -n geospatial -f environment.yml

@thomasfrederikhoeck
Copy link
Author

No worries. It might be a Windows related error probably. :-)

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