We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
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?
environment.yml
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: