jathanism / acl

Network access control list and firewall policy parsing library.
Other
24 stars 23 forks source link

pip install acl fails #20

Open rathoddharmendra opened 1 year ago

rathoddharmendra commented 1 year ago

pip install acl Defaulting to user installation because normal site-packages is not writeable Collecting acl Downloading acl-0.2.tar.gz (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 468.9 kB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [9 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\rathod\AppData\Local\Temp\pip-install-7u4zumfs\acl_e76dc37a32814d5b9773f408007ddc5e\setup.py", line 11, in from acl import full_version as version File "C:\Users\rathod\AppData\Local\Temp\pip-install-7u4zumfs\acl_e76dc37a32814d5b9773f408007ddc5e\acl__init__.py", line 25 print "Skipping parser imports" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? [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.

jathanism commented 1 year ago

Yeah this project hasn't been updated in a while so it definitely doesn't support Python 3. I definitely need to do that! Thanks for the report.