MSCL
MSCL copied to clipboard
Python 3.7 or 3.8 compatibility or plans?
Are there plans to update the modules for these, or are they already supported? I am using both Windows (fails on 3.7) and Raspbian Buster (still testing, but appears to fail on 3.8)
Also, the examples appear to all be for Python2, is there specific fork for 3.6 or do I just edit. Obviously I can do a fork and shove it back to you if it is not already being done.
Thanks!
Unfortunately the Python 3.6 library is not compatible with Python 3.7, 3.8 - there is a specific Python 3.6 .dll that it uses. Currently the best options are to either install and use Python 3.6 or download the source code and build MSCL locally for your target Python version (instructions here: windows | linux)
We would like to offer a 3.7 pre-built version at some point, but have no immediate plans/timeline. Same with example code - for now they just need to be updated for Python 3. If you run into any issues with building or updating the examples we would be happy to help work through them!
Sorry for the inconvenience!
I second this request. Having a python 3.10 pre built library would be appreciated.