Contradictory requirements tensorflow and tensorflow-gpu
I followed the issue about the older version of tensorflow (https://github.com/MycroftAI/mycroft-precise/issues/175) and changed branch. I then have contradictory requirement for tensorflow and tensorflow-gpd:


To Reproduce Steps to reproduce the behavior: 1.git remote add matthew https://github.com/MatthewScholefield/mycroft-precise 2. git fetch matthew 3. git checkout feature/tf2 4. ./setup.sh 5. install tensorboard and tensorflow-estimator in the venv.
Could you help me? Phoetaim
Hi, I've just made a change to that branch that should unpin it from version 2.2.0. Meaning you should simply be able to git pull ./setup.sh and then pip install sompackage==someversion within the venv to fix any version conflicts.
Let me know if that helps.
Hi, it worked. setup.sh completes successfully, thank you