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

Broken Dependencies on environment.yaml #15

Closed
fear-rush opened this issue Jun 19, 2024 · 3 comments
Closed

Broken Dependencies on environment.yaml #15

fear-rush opened this issue Jun 19, 2024 · 3 comments

Comments

@fear-rush
Copy link

Lot of issues when installing environment such as:

  • Missing zmq module
  • Missing outline module
  • Python 3.9 doesn't support match-case statement
@jehna
Copy link
Owner

jehna commented Jun 19, 2024

Oh, it seems that python dependencies file is missing, whoopsie. I'll check if I have a working env that I can freeze

@jehna jehna closed this as completed in 002fd68 Jun 19, 2024
@jehna
Copy link
Owner

jehna commented Jun 19, 2024

@fear-rush should be fixed now, updated conda dependencies to match a working environment

@jehna
Copy link
Owner

jehna commented Jun 19, 2024

You might need to recreate the conda environment by following the readme instructions or apply:

conda activate $YOURENV && conda env update --file environment.yml

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