When i install the requirements, i found some requirements conflict. Can you provide me more requirements details? Thanks!
(py36) beryl@beryl-System-Product-Name:~/Documents/github/GANalyze/tensorflow$ conda create -n GANalyze python=3.6 tensorflow-gpu==1.12 numpy scipy PIL
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Package python conflicts for:
python=3.6
numpy -> python[version='2.6.*|2.7.*|3.3.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
scipy -> python[version='2.6.*|2.7.*|3.3.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
tensorflow-gpu==1.12 -> tensorflow==1.12.0 -> python[version='2.7.*|3.6.*']
tensorflow-gpu==1.12 -> tensorflow==1.12.0 -> tensorflow-base==1.12.0=gpu_py27had579c0_0 -> mock[version='>=2.0.0'] -> python[version='>=3.6']
tensorflow-gpu==1.12 -> tensorflow==1.12.0 -> tensorflow-base==1.12.0=gpu_py27had579c0_0 -> mock[version='>=2.0.0'] -> pbr -> pip -> wheel -> python[version='2.6.*|3.3.*|3.4.*|3.5.*|>=3.5,<3.6.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
pil -> python[version='2.6.*|2.7.*']
tensorflow-gpu==1.12 -> tensorflow==1.12.0 -> tensorboard[version='>=1.12.0,<1.13.0'] -> python[version='>=2.7,<2.8.0a0|>=3.6,<3.7.0a0']
Package pip conflicts for:
scipy -> python=3.5 -> pip
numpy -> python[version='>=3.8,<3.9.0a0'] -> pip
pil -> python=2.7 -> pip
tensorflow-gpu==1.12 -> tensorflow==1.12.0 -> python=2.7 -> pip
python=3.6 -> pip
When i install the requirements, i found some requirements conflict. Can you provide me more requirements details? Thanks!