mycroft-precise icon indicating copy to clipboard operation
mycroft-precise copied to clipboard

Contradictory requirements tensorflow and tensorflow-gpu

Open Phoetaim opened this issue 5 years ago • 2 comments

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:

tensorflow_requirement

tensorflow-gpu_requirement

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

Phoetaim avatar Nov 25 '20 18:11 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.

MatthewScholefield avatar Dec 03 '20 12:12 MatthewScholefield

Hi, it worked. setup.sh completes successfully, thank you

Phoetaim avatar Dec 05 '20 09:12 Phoetaim