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 dependencies #1

Open
manuel-morales-a opened this issue Jul 2, 2024 · 0 comments
Open

Environment dependencies #1

manuel-morales-a opened this issue Jul 2, 2024 · 0 comments

Comments

@manuel-morales-a
Copy link

Hello,

Thanks for the interesting methodology and the repo!

I want to try the code, but I'm encountering some issues with the creation of the environment from conda env create -f environment.yml -n bae.

Many of the packages are not available from the channels:

~/BayesianSindyAutoencoder conda env create -f environment.yml -n bae
Channels:
 - conda-forge
 - anaconda
 - defaults
Platform: osx-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - zstd==1.5.2=ha4553b6_0
  - zlib==1.2.12=h7f8727e_2
  - zipp==3.8.0=py37h06a4308_0
  - zeromq==4.3.4=h2531618_0
  - xz==5.2.5=h7f8727e_1
  - x264==1!157.20191217=h7b6447c_0
  - wrapt==1.14.1=py37h5eee18b_0
  # ... (other dependencies)

I've tried several things like slightly relaxing the versions of the dependencies, installing packages manually, but nothing has helped.

Is there an updated environment.yml that could work?

Thanks!

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

1 participant