You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In light of conda-forge/fiona-feedstock#89 (comment) I want to make sure OSMnx is set up properly and that users are provided the correct installation instructions.
Do I need to change anything in its feedstock recipe to ensure it installs dependencies exclusively from conda-forge and not defaults?
What are the best installation instructions for users to install it from conda-forge without mixing channels?
I had provided these instructions in the past to try to make a pure conda-forge environment, but it is now unsolvable and I'm unsure why:
>>>conda create --override-channels -c conda-forge -n OSMNX python=3 osmnx
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- osmnx
- geopandas[version='>=0.2.1']
- gdal=2.1
- osmnx
- geopandas[version='>=0.2.1']
- pysal
- scipy[version='>=0.11']
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
The text was updated successfully, but these errors were encountered:
If you can afford to use a single channel, and for osmnx that means conda-forge b/c it is not available on defaults, that is always safer. However, things are stabilizing and using multiple channels "should" be OK now.
Note that only after the compiler migration, which is still happening, that using both channels side-by-side will be 100% OK.
In light of conda-forge/fiona-feedstock#89 (comment) I want to make sure OSMnx is set up properly and that users are provided the correct installation instructions.
I had provided these instructions in the past to try to make a pure conda-forge environment, but it is now unsolvable and I'm unsure why:
The text was updated successfully, but these errors were encountered: