MiniNet-v2 icon indicating copy to clipboard operation
MiniNet-v2 copied to clipboard

is python3 support the project?

Open wolfcanli opened this issue 5 years ago • 0 comments

It report conflicts, when I run conda install imgaug. It seems to recommend python 3.6 or above.

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment: Specifications:

  • imgaug -> python[version='>=3.5|>=3.6'] Your python: python=2.7

The following specifications were found to be incompatible with each other: Package pip conflicts for: imgaug -> python -> pip python=2.7 -> pip Package python-dateutil conflicts for: imgaug -> matplotlib-base -> python-dateutil[version='>=2.1'] Package setuptools conflicts for: python=2.7 -> pip -> setuptools imgaug -> matplotlib-base -> setuptools

wolfcanli avatar Dec 15 '20 07:12 wolfcanli