My python project runs on a conda virtual environment. I install packages on the environment with conda install
whenever that package is available for installing th
At the moment of writing this post, because of an issue with reading pip lists by anaconda, conda export command only exports packages installed via conda install packagename
and ignores the pip ones.
You can try reinstalling your packages via conda install
and see if it generates the environment.yml file correctly.