Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3.7 pip #8

Open
mugnut opened this issue Sep 4, 2019 · 0 comments
Open

py3.7 pip #8

mugnut opened this issue Sep 4, 2019 · 0 comments

Comments

@mugnut
Copy link

mugnut commented Sep 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant