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
I was preparing for GSOC 2024. To get idea of the codebase I was trying to run a source code and solve the issue #48. But while installing the requirements file using pip install -r .\requirements.txt
I got
this issue.
It is a simple typo. The space highlighted is causing the error.
Possible solution
It can be solved by just removing that highligted space in line 2 of requirements.txt
The text was updated successfully, but these errors were encountered:
I was preparing for GSOC 2024. To get idea of the codebase I was trying to run a source code and solve the issue #48. But while installing the requirements file using
pip install -r .\requirements.txt
I got
this issue.
It is a simple typo. The space highlighted is causing the error.
Possible solution
It can be solved by just removing that highligted space in line 2 of requirements.txt
The text was updated successfully, but these errors were encountered: