soumendra / python-machinelearning-setup

Quickly set-up a Python environment for machine learning and data science projects
https://theaijournal.com/
16 stars 16 forks source link

Conda UnsatisfiableError opencv3 -> python 2.7 #1

Open MeetM opened 6 years ago

MeetM commented 6 years ago

https://github.com/soumendra/python-machinelearning-setup/blob/228b1420f04af2b1c4d9c1298ba35da258a9055e/py36tf.yml#L10

When trying to conda env create -f py36tf.yml on Mac OS High Sierra, I get

UnsatisfiableError: The following specifications were found to be in conflict:
  - opencv3 -> python 2.7*
  - python 3.6*
soumendra commented 6 years ago

I'll take a look into it this weekend. Delay due to the holidays.