-
Notifications
You must be signed in to change notification settings - Fork 676
Description
Following the directions for creating the environment in the installation.md I get conflicts.
conda env create -f environment_linux.ymlI figured I would try and update a few of these and give a pull request back with updates, however I failed miserably. I tried the suggestion from @TheStoneMX in #9 and followed the directions in the post he gave. I appended '37' to the name to signify python 3.7 as I surmised this might be the issue:
conda create --name ml4t37 python=3.7
conda activate ml4t37
conda env update --file environment_linux.yml
In either case, I get an amazing amount of package conflicts (9,266 lines of conflict errors which I am attaching).
This enourmous amount of conflicts leads me to believe that I have done something wrong as it seems excessive for this. I have duplicated this on both an arch linux machine and a bionic beaver machine. Any suggestions on what I might have done wrong?