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

Typo: requirements.txt #49

Closed
erwinschrodinger1 opened this issue Mar 15, 2024 · 0 comments · Fixed by #50
Closed

Typo: requirements.txt #49

erwinschrodinger1 opened this issue Mar 15, 2024 · 0 comments · Fixed by #50
Labels
Bug Something isn't working

Comments

@erwinschrodinger1
Copy link
Contributor

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
image
this issue.
It is a simple typo. The space highlighted is causing the error.
image

Possible solution

It can be solved by just removing that highligted space in line 2 of requirements.txt

@erwinschrodinger1 erwinschrodinger1 added the Bug Something isn't working label Mar 15, 2024
erwinschrodinger1 added a commit to erwinschrodinger1/phys2denoise that referenced this issue Mar 15, 2024
@smoia smoia closed this as completed in #50 Mar 26, 2024
smoia added a commit that referenced this issue Mar 26, 2024
Solved issue #49. FIXED::typo in requirement.txt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant