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

Incomplete Dependencies in requirements.txt #129

Open
amx4 opened this issue Jan 2, 2024 · 0 comments
Open

Incomplete Dependencies in requirements.txt #129

amx4 opened this issue Jan 2, 2024 · 0 comments

Comments

@amx4
Copy link

amx4 commented Jan 2, 2024

Description:
I noticed that the 'requirements.txt' file in the project is incomplete, missing information about certain dependencies such as "launch" and "gitpython" along with their versions. This makes it challenging for users to set up the environment correctly.

Steps to Reproduce:

  1. Clone the repository.
  2. Set up a virtual environment.
  3. Run the installation script.
  4. Expected Result:
  5. The installation process should succeed without any missing dependencies.

Actual Result:
The installation script fails due to missing dependencies.

Additional Information:

Operating System: Windows 11
Python Version: 3.10

Suggested Fix:
Please update the 'requirements.txt' file to include all necessary dependencies along with their versions.

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

1 participant