civic / elitech-datareader

Elitech RC-4 data access tool and library.
MIT License
65 stars 18 forks source link

python 3.10 compatibility #43

Open jeyca opened 2 years ago

jeyca commented 2 years ago

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 commented 1 year ago

https://github.com/civic/elitech-datareader/pull/44 fixes this for me.

kiteloopdesign commented 7 months ago

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