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 3.10 compatibility #43

Open
jeyca opened this issue Sep 4, 2022 · 2 comments
Open

python 3.10 compatibility #43

jeyca opened this issue Sep 4, 2022 · 2 comments

Comments

@jeyca
Copy link

jeyca commented Sep 4, 2022

cannot install via pip with xubuntu python3.10:

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [2 lines of output]
      Detected Python 3, using 2to3
      error in pyserial setup command: use_2to3 is invalid.
      [end of output]

I think support for use_2to3 was dropped

@digitall
Copy link

#44 fixes this for me.

@kiteloopdesign
Copy link

yes it does. clone repo, make those same updates, then install via "pip install -e ."

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