pythonfutures
pythonfutures copied to clipboard
pip install futures installation problem -- error stack given below
pip install futures Collecting futures Downloading futures-3.0.5.tar.gz (25 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [30 lines of output]
Traceback (most recent call last):
File "
import unittest.mock as mock
File "C:\Users\a4jain\AppData\Local\Programs\Python\Python311\Lib\unittest\mock.py", line 26, in
raise type(self._exception), self._exception, self._traceback
^
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.
Have you read the README? The second sentence says:
It does not work on Python 3 due to Python 2 syntax being used in the codebase. Python 3 users should not attempt to install it, since the package is already included in the standard library.
Why are you trying to install this on Python 3?