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
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.
When I run the cmd pip3 install -r requirements.txt it gives me this error:
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.
The text was updated successfully, but these errors were encountered: