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
Hey guys, installing using pip3.7 and got the following:
File "/Users/jm250139/Downloads/PYSPKAC/pyspkac-0.7/pyspkac/spkac.py", line 216
except PyAsn1Error, e :
Hey guys, installing using pip3.7 and got the following:
File "/Users/jm250139/Downloads/PYSPKAC/pyspkac-0.7/pyspkac/spkac.py", line 216
except PyAsn1Error, e :
in python2.6+ you can replace the comma with "as" and as of python 3 it is required:
https://www.tutorialspoint.com/What-is-the-difference-between-except-Exception-as-e-and-except-Exception-e-in-Python
Just thought you might want to know.
The text was updated successfully, but these errors were encountered: