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

Local File Paths in requirements.txt May Cause Cross-Platform Compatibility Issues #2

Open
xxw11 opened this issue Dec 2, 2023 · 2 comments

Comments

@xxw11
Copy link

xxw11 commented Dec 2, 2023

Hello,

While reviewing the requirements.txt file in the repository, I noticed that some dependencies are referenced via local file paths (e.g., @ file://...). While this may work within the specific context of the development environment, it could lead to resolution issues when attempting to install these dependencies on different systems.

This might prevent the successful setup of the project in environments other than the one it was developed in. To enhance cross-platform compatibility, it would be beneficial to reference packages that can be installed directly via package managers like pip, which are universally accessible.

Looking forward to any updates on this matter and happy to contribute to a solution if needed.

Best regards,

@telxt
Copy link
Collaborator

telxt commented Dec 3, 2023

Sorry for our negligence. We've already updated the requirements.txt file. Thank you very much for pointing out this.

@xxw11
Copy link
Author

xxw11 commented Dec 3, 2023

Hello @telxt

Thank you for your prompt attention to the issue I raised regarding the dependencies in the requirements.txt file. It's great to hear that the file has been updated. This change will undoubtedly make it easier for a wider community of developers to set up and contribute to the project.

I appreciate the quick response and the action taken. If there's anything else I can assist with or any further suggestions I can provide, please feel free to reach out.

Best regards,

@xxw11

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