CartoonGan-tensorflow
CartoonGan-tensorflow copied to clipboard
environment install using pip
ERROR: tf-nightly-2-0-preview 2.0.0.dev20191002 has requirement gast==0.2.2, but you'll have gast 0.3.2 which is incompatible. ERROR: tf-nightly-2-0-preview 2.0.0.dev20191002 has requirement numpy<2.0,>=1.16.0, but you'll have numpy 1.15.1 which is incompatible. ERROR: tf-nightly-2-0-preview 2.0.0.dev20191002 has requirement tb-nightly<2.2.0a0,>=2.1.0a0, but you'll have tb-nightly 1.14.0a20190505 which is incompatible. ERROR: tensorflow-gpu 2.0.0a0 has requirement tb-nightly<1.14.0a20190302,>=1.14.0a20190301, but you'll have tb-nightly 1.14.0a20190505 which is incompatible.
when i use pip install requirement.txt the error occor
I think your environment have tf 2.0 installed, whose version is not exactly the same as the version we use.
I suggest you using conda
as an environment managing tool so you can make sure that the environment is not polluted.
i have same problem before. you can check tensorflow version. it should be same with tensorflow version you can check the keras version. it should capable
https://docs.floydhub.com/guides/environments/