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

Unable to create conda virtual environment, per installation instructions #1

Closed
eigenfoo opened this issue Mar 17, 2021 · 1 comment

Comments

@eigenfoo
Copy link

[ cc openjournals/joss-reviews/issues/3115 ]

I'm unable to create a conda environment using the installation instructions found on the README. However, I'm able to simply pip install . the package, so there's one viable path to installation! I've included the error message and details below.

I imagine it's simply because of conda/conda#7311 (comment) (or some similar issue), but can't confirm because I don't know what platform the environment.yml was exported on.

OS: macOS Catalina
Conda version: 4.8.3

(base) george@eigenfoo:~/graphical-models
$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - python==3.6.12=hffdb5ce_0_cpython
  - _openmp_mutex==4.5=1_gnu
  - tk==8.6.10=h21135ba_1
  - xz==5.2.5=h516909a_1
  - openssl==1.1.1i=h7f98852_0
  - ca-certificates==2020.12.5=ha878542_0
  - libstdcxx-ng==9.3.0=h2ae2ef3_17
  - sqlite==3.34.0=h74cdb3f_0
  - readline==8.0=he28a2e2_2
  - certifi==2020.12.5=py36h5fab9bb_0
  - ld_impl_linux-64==2.35.1=hea4e1c9_1
  - libgomp==9.3.0=h5dbcf3e_17
  - _libgcc_mutex==0.1=conda_forge
  - libgcc-ng==9.3.0=h5dbcf3e_17
  - setuptools==49.6.0=py36h9880bd3_2
  - zlib==1.2.11=h516909a_1010
  - libffi==3.3=h58526e2_2
  - ncurses==6.2=h58526e2_4
@D-K-E
Copy link
Owner

D-K-E commented Mar 17, 2021

All right I'll change it to pip install . since it is all standard library anyway.
Closed with commit d494ade

@D-K-E D-K-E closed this as completed Mar 17, 2021
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

2 participants