object_detector_app icon indicating copy to clipboard operation
object_detector_app copied to clipboard

environment.yml for conda linux.

Open hblanken opened this issue 8 years ago • 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.

hblanken avatar Oct 24 '17 01:10 hblanken

Adding tbb 4.3 to the above list.

mccbala avatar Nov 11 '17 14:11 mccbala

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.

samcrane8 avatar Mar 27 '18 19:03 samcrane8