Skip to content

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

@xxw11

Description

@xxw11

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions