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

python version?! #14

Closed
oOBigManOo opened this issue Dec 11, 2021 · 6 comments
Closed

python version?! #14

oOBigManOo opened this issue Dec 11, 2021 · 6 comments

Comments

@oOBigManOo
Copy link

oOBigManOo commented Dec 11, 2021

Hello,

Can you mention in requirements txt file which python version needed?!

python l3.py File "l3.py", line 33 print(f'{chr(10)}PSSH obtained.\n{pssh}') ^ SyntaxError: invalid syntax

Thanks

@medvm
Copy link
Owner

medvm commented Dec 11, 2021

3.8.3 or above

@oOBigManOo
Copy link
Author

oOBigManOo commented Dec 11, 2021

3.8.3 or above

python 3.8.10 here

/usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Iterable
Traceback (most recent call last):
File "/usr/bin/py", line 167, in
result = eval(args.expression)
File "", line 1, in
l3.py
NameError: name 'l3' is not defined

@medvm
Copy link
Owner

medvm commented Dec 11, 2021

try

py -m pip install --upgrade pip
pip install -r requirements.txt
py l3.py

@oOBigManOo
Copy link
Author

same problem
it's conflicting with python 3.8.10

@medvm
Copy link
Owner

medvm commented Dec 11, 2021

I just checked it, it works great on versions 3.8 and 3.10.

@oOBigManOo
Copy link
Author

solved
system problem

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

2 participants