tensorspace-converter icon indicating copy to clipboard operation
tensorspace-converter copied to clipboard

Conflicting package versions

Open fishbone1 opened this issue 3 years ago • 0 comments

$ pip install tensorspacejs==0.2.0

(...)

ERROR: Cannot install tensorspacejs because these package versions have conflicting dependencies.

The conflict is caused by:
    keras 2.2.2 depends on keras-applications==1.0.4
    tensorflow 1.12.0 depends on keras-applications>=1.0.6

Without version requirement, pip installs version 0.0.2 which only output "Hello world from converter"

fishbone1 avatar Nov 19 '21 16:11 fishbone1