errors in requirements.txt
heseba opened this issue · 0 comments
heseba commented
installing from the provided requirements.txt causes several errors
- opencv should be opencv-python
- sklear should be scitik-learn
- python is not a package and needs to be removed
- 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