Exporting a conda environment with local pip installs
问题 I have exported my currently active environment with conda env export > environment.yml This is very convenient since it keeps track of both conda and pip installed packages. However, I have a few packages (shapely and basemap for example) installed locally by pip from a .whl file from Christoph Gohlke's compiled packages for Windows. When I try to recreate my environment by conda env create -f environment.yml pip returns with an error since it cannot find these packages in its index