datitran/object_detector_app

environment.yml for conda linux.

hblanken opened this issue · 2 comments

Hi - this is a fun little project. You mentioned that the .yml is for MacOS currently.
I get various package version conflicts on linux.
Such as:
UnsatisfiableError: The following specifications were found to be in conflict:

  • jpeg 9b 0
  • qt 5.6.2 2 -> jpeg 8*
    Use "conda info " to see the dependencies for each package.

Does anyone know how to get it to run on Linux? Would be great.

Adding tbb 4.3 to the above list.

I changed tbb to menpo::tbb
i changed pillow=4.1.1=py35_0 to pillow=4.2.1=py35_0 //not sure if this matters.
I then changed qt=5.6.2=2 to qt=5.6.2

Now everything compiles. Can't guarantee it entirely works yet until I setup a way for it to analyze rtmp stream video, but there are no conflicts.