[GH-ISSUE #15] Broken Dependencies on environment.yaml #14

Closed
opened 2026-03-03 13:52:12 +03:00 by kerem · 3 comments
Owner

Originally created by @fear-rush on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/15

Lot of issues when installing environment such as:

  • Missing zmq module
  • Missing outline module
  • Python 3.9 doesn't support match-case statement
Originally created by @fear-rush on GitHub (Jun 19, 2024). Original GitHub issue: https://github.com/jehna/humanify/issues/15 Lot of issues when installing environment such as: - Missing zmq module - Missing outline module - Python 3.9 doesn't support match-case statement
kerem closed this issue 2026-03-03 13:52:12 +03:00
Author
Owner

@jehna commented on GitHub (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

<!-- gh-comment-id:2178946932 --> @jehna commented on GitHub (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
Author
Owner

@jehna commented on GitHub (Jun 19, 2024):

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

<!-- gh-comment-id:2179220013 --> @jehna commented on GitHub (Jun 19, 2024): @fear-rush should be fixed now, updated conda dependencies to match a working environment
Author
Owner

@jehna commented on GitHub (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
<!-- gh-comment-id:2179223330 --> @jehna commented on GitHub (Jun 19, 2024): You might need to recreate the conda environment by following the readme instructions or apply: ```bash conda activate $YOURENV && conda env update --file environment.yml ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#14
No description provided.