[issue42661] Hashlib Bug

2020-12-16 Thread Zachary Ware


Zachary Ware  added the comment:

`hashlib` is part of the standard library and thus does not need to be (and 
should not be :)) installed via pip.

--
nosy: +zach.ware
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42661] Hashlib Bug

2020-12-16 Thread Samit Mohnot


New submission from Samit Mohnot :

Complete output (6 lines):
Traceback (most recent call last):
  File "", line 1, in 
  File 
"C:\Users\Username\AppData\Local\Temp\pip-install-uyjqlzx9\hashlib_973e0ee3f102447498d1d4dca94b7942\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")?

ERROR: Command errored out with exit status 1: python setup.py egg_info Check 
the logs for full command output.

--
components: Library (Lib)
messages: 383198
nosy: samit.mohnot.018
priority: normal
severity: normal
status: open
title: Hashlib Bug
type: compile error
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com