shmir / PyIxLoad

Apache License 2.0
3 stars 1 forks source link

any python specific requriment? #2

Open Karthikdasari0423 opened 1 year ago

Karthikdasari0423 commented 1 year ago

hello @shmir @yoram-shamir

is there any python speific requriment like use Python>=3.7 or Python<=3.7?

from ixload.ixl_statistics_view import IxlStatView

File "/home/kardasar/.local/lib/python3.6/site-packages/ixload/ixl_statistics_view.py", line 11, in from ixload.ixl_app import IxlApp File "/home/kardasar/.local/lib/python3.6/site-packages/ixload/ixl_app.py", line 4 from future import annotations ^ SyntaxError: future feature annotations is not defined

Looking forward for your reply

Thank you. @Karthikdasari0423

Karthikdasari0423 commented 1 year ago

i believe Python<3.7 dosent support your version.

Karthikdasari0423 commented 1 year ago

future.pyi:-

if sys.version_info >= (3, 7): annotations: _Feature

shmir commented 1 year ago

Well, the package should work just fine with any python >= 3.7. I tested it with 3.9 and it worked fine. The "future" requirement should be removed, it is not really needed. When I have time, I will fix it :)

Karthikdasari0423 commented 1 year ago

hai @shmir

Thank you for replying back.

Sure,Please fix when you have time

Thank you @Karthikdasari0423