MycroftAI / mycroft-precise

A lightweight, simple-to-use, RNN wake word listener
Apache License 2.0
850 stars 228 forks source link

Contradictory requirements tensorflow and tensorflow-gpu #192

Open Phoetaim opened 3 years ago

Phoetaim commented 3 years ago

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

  1. git fetch matthew
  2. git checkout feature/tf2
  3. ./setup.sh
  4. install tensorboard and tensorflow-estimator in the venv.

Could you help me? Phoetaim

MatthewScholefield commented 3 years ago

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.

Phoetaim commented 3 years ago

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