Всем привет, при установки hashlib выдает ошибку
C:\Users\pc>pip install hashlib
Collecting hashlib
Using cached hashlib-20081119.zip (42 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\pc\AppData\Local\Temp\pip-install-6tee7eo0\hashlib_f66c1f44a2204e07aa800b3ae287da48\setup.py", line 68
print "unknown OS, please update setup.py"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("unknown OS, please update setup.py")?
[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.
Вставил как код, не знаю можно ли так или нет
При установки других библиотек все проходит без ошибок, простите если это какой-то глупый вопрос, просто правда плохо разбираюсь, а ничего подобного в интернете найти не смог