Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment.yml for conda linux. #32

Open
hblanken opened this issue Oct 24, 2017 · 2 comments
Open

environment.yml for conda linux. #32

hblanken opened this issue Oct 24, 2017 · 2 comments

Comments

@hblanken
Copy link

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.

@mccbala
Copy link

mccbala commented Nov 11, 2017

Adding tbb 4.3 to the above list.

@samcrane8
Copy link
Contributor

samcrane8 commented Mar 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants