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

Fail to create conda env on Mac OSX 10.10.5 #1

Open
aernesto opened this issue Apr 19, 2019 · 2 comments
Open

Fail to create conda env on Mac OSX 10.10.5 #1

aernesto opened this issue Apr 19, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@aernesto
Copy link
Contributor

Related posts:
#datitran/object_detector_app#41
https://stackoverflow.com/a/48444260

This is the output from my terminal:

$ conda env create -f conda_environment.yml 
Collecting package metadata: done
Solving environment: failed

ResolvePackageNotFound: 
  - ncurses==6.1=hf484d3e_1002
  - cryptography==2.6.1=py37h72c5cf5_0
  - jpeg==9c=h14c3975_1001
  - pcre==8.43=he6710b0_0
  - markupsafe==1.1.1=py37h14c3975_0
  - libgfortran-ng==7.3.0=hdf63c60_0
  - matplotlib-base==3.0.3=py37h167e16e_0
  - numpy==1.16.2=py37h8b7e671_1
  - libsodium==1.0.16=h14c3975_1001
  - bzip2==1.0.6=h14c3975_1002
  - gstreamer==1.14.0=hb453b48_1
  - icu==58.2=hf484d3e_1000
  - libstdcxx-ng==8.2.0=hdf63c60_1
  - xorg-libxdmcp==1.1.3=h516909a_0
  - freetype==2.10.0=he983fc9_0
  - cffi==1.12.2=py37hf0e25f4_1
  - pyyaml==5.1=py37h14c3975_0
  - lxml==4.3.3=py37h7ec2d77_0
  - libiconv==1.15=h516909a_1005
  - yaml==0.1.7=h14c3975_1001
  - pthread-stubs==0.4=h14c3975_1001
  - glib==2.56.2=had28632_1001
  - libxslt==1.1.32=h4785a14_1002
  - zlib==1.2.11=h14c3975_1004
  - libgcc-ng==8.2.0=hdf63c60_1
  - pyzmq==18.0.1=py37h0e1adb2_0
  - openssl==1.1.1b=h14c3975_1
  - python==3.7.3=h5b0a415_0
  - dbus==1.13.2=h714fa37_1
  - libuuid==2.32.1=h14c3975_1000
  - libffi==3.2.1=he1b5a44_1006
  - libxcb==1.13=h14c3975_1002
  - expat==2.2.5=hf484d3e_1002
  - openblas==0.3.5=h9ac9557_1001
  - tornado==6.0.2=py37h516909a_0
  - zeromq==4.2.5=hf484d3e_1006
  - pyrsistent==0.14.11=py37h14c3975_0
  - pandas==0.24.2=py37hf484d3e_0
  - sip==4.18.1=py37hf484d3e_1000
  - qt==5.6.3=h8bf5577_3
  - pyqt==5.6.0=py37h13b7fb3_1008
  - libpng==1.6.36=h84994c4_1000
  - tk==8.6.9=h84994c4_1001
  - libxml2==2.9.8=h143f9aa_1005
  - readline==7.0=hf8c457e_1001
  - sqlite==3.26.0=h67949de_1001
  - fontconfig==2.13.1=he4413a7_1000
  - gst-plugins-base==1.14.0=hbbd80ab_1
  - scipy==1.2.1=py37h09a28d5_1
  - gettext==0.19.8.1=hc5be6a0_1002
  - kiwisolver==1.0.1=py37h6bb024c_1002
  - xorg-libxau==1.0.9=h14c3975_0
  - xz==5.2.4=h14c3975_1001
  - mistune==0.8.4=py37h14c3975_1000
@aernesto aernesto added the bug Something isn't working label Apr 19, 2019
@aernesto
Copy link
Contributor Author

Note, the original conda_environment.yml was produced on Fedora 28

@aernesto
Copy link
Contributor Author

The environment could actually not be reproduced in Windows either.
For now, probably best to keep tracking three distinct conda environments, one per os: Linux, Mac OS, Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant