You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to express my sincere gratitude for your excellent work on this project. Your contributions are greatly appreciated, and I'm excited to delve deeper into your work.
However, while attempting to set up the environment using the provided requirements.txt, I encountered some issues:
Duplicate Packages with Different Versions:
I noticed that the requirements.txt file contains duplicate packages listed with different version numbers. This makes it difficult to resolve dependencies and may lead to installation conflicts.
Python Environment Conflicts:
Some of the specified packages require conflicting Python versions, causing compatibility issues during installation and runtime.
To help users like myself successfully configure the environment and run the project, could you please provide more detailed information? Specifically: The exact version of Python used (e.g., Python 3.7.9).
Environment Specifications: Any additional environment configurations or dependencies not listed in the requirements.txt.
Updated requirements.txt:
A revised requirements.txt without duplicate packages and with compatible version numbers.
Your assistance would be immensely helpful, and I believe it will benefit many others interested in your project. Thank you again for your time and effort in making this project accessible to the community.
🥺
The text was updated successfully, but these errors were encountered:
Dear Maintainers,
First of all, I want to express my sincere gratitude for your excellent work on this project. Your contributions are greatly appreciated, and I'm excited to delve deeper into your work.
However, while attempting to set up the environment using the provided requirements.txt, I encountered some issues:
Duplicate Packages with Different Versions:
I noticed that the requirements.txt file contains duplicate packages listed with different version numbers. This makes it difficult to resolve dependencies and may lead to installation conflicts.
Python Environment Conflicts:
Some of the specified packages require conflicting Python versions, causing compatibility issues during installation and runtime.
To help users like myself successfully configure the environment and run the project, could you please provide more detailed information? Specifically:
The exact version of Python used (e.g., Python 3.7.9).
Environment Specifications:
Any additional environment configurations or dependencies not listed in the requirements.txt.
Updated requirements.txt:
A revised requirements.txt without duplicate packages and with compatible version numbers.
Your assistance would be immensely helpful, and I believe it will benefit many others interested in your project. Thank you again for your time and effort in making this project accessible to the community.
🥺
The text was updated successfully, but these errors were encountered: