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

Error while installing #28

Open
teto2005 opened this issue Jan 24, 2023 · 2 comments
Open

Error while installing #28

teto2005 opened this issue Jan 24, 2023 · 2 comments

Comments

@teto2005
Copy link

When I run the cmd pip3 install -r requirements.txt it gives me this error:

  SyntaxError: invalid syntax
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

@hacback17
Copy link

I am facing the same issue.

@hacback17
Copy link

hacback17 commented Apr 8, 2023

Alright, so I figured out the problem. ExtAnalysis is trying to install a package called futures which has been deprecated in Python 3 and now comes with the Python standard library. So, no need to install it.

Simply remove the futures package name from the requirements.txt file and you should be good to go.

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

2 participants