-
Notifications
You must be signed in to change notification settings - Fork 5
Inconsistent Environment Configuration and Dependency Version Compatibility #2
Description
Hi!
Thank you for maintaining this project! I encountered some issues while setting up the environment and would appreciate your guidance:
Configuration Inconsistency
The dependencies listed in environment.yml do not fully align with the libraries mentioned in the README. This mismatch causes missing functionalities or errors after installation.
Version Compatibility Issues
When running conda env create -f environment.yml, version conflicts arise between certain libraries (e.g., LibraryA=1.0 and LibraryB=2.0 are incompatible), leading to installation failures.
Could you kindly confirm the following?
The exact CUDA version and Python version used for this project.
Whether you could share an updated/validated environment.yml that matches the README instructions.
This would greatly help the community reproduce and use your work smoothly. If additional details are needed (e.g., specific error logs), please let me know!
Thank you for your time and effort! 🙌