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

Invalid Syntax When Update to 4.10.1 #124

Closed
marufkilic opened this issue Sep 25, 2022 · 2 comments
Closed

Invalid Syntax When Update to 4.10.1 #124

marufkilic opened this issue Sep 25, 2022 · 2 comments

Comments

@marufkilic
Copy link

marufkilic commented Sep 25, 2022

  • Ntropy SDK version: 4.10.1
  • Python version: 3.7.1
  • Operating System: Ubuntu 18.04

Description

I update ntropy sdk version 4.8.3 to 4.10.1 then got it this error when try to run backend. error points to ntropy side. If there anyone who know this problem ?

What I Did

Upgrade sdk version from 4.8.3 to 4.10.1

image

@yoheioka
Copy link

It looks like that syntax is only supported by >= python 3.8.
Can the code be fixed to support >= python 3.6 per

python_requires=">=3.6",

@jorge-pessoa
Copy link
Contributor

Thank you for the information. We've fixed this particular issue in #125 . The CI was also moved to python 3.6 to ensure that compatibility is automatically checked in future.

Version 4.10.2 has been released containing this fix.

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

3 participants