CartoonGan-tensorflow icon indicating copy to clipboard operation
CartoonGan-tensorflow copied to clipboard

environment install using pip

Open Aacrobat opened this issue 5 years ago • 2 comments

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

Aacrobat avatar Oct 15 '19 04:10 Aacrobat

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.

mnicnc404 avatar Oct 19 '19 08:10 mnicnc404

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/

Cendra123 avatar Aug 19 '21 02:08 Cendra123