MulongXie/UIED

errors in requirements.txt

heseba opened this issue · 0 comments

installing from the provided requirements.txt causes several errors

  1. opencv should be opencv-python
  2. sklear should be scitik-learn
  3. python is not a package and needs to be removed
  4. the specified version of numpy (1.15.2) is not compatible with the version requirements by the other packages (e.g. tensorflow), as it is a dependency of other packages, it can be removed from the requirements.txt to let pip resolve to the right version