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
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:
Clone the repository.
Set up a virtual environment.
Run the installation script.
Expected Result:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: