Hi,
I am writing here to report that I successfully compiled the uploader on my Arch Linux PC. Since I had some problems with docker, I tried to follow the README and compile the code directly. I followed the README and yarn stopped.
There is an incompatibility of Python 3.10. In particular, the file $HOME/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py at line 499 is to be changed from class OrderedSet(collections.MutableSet): to class OrderedSet(collections.abc.MutableSet):.
After this modification the compilation terminates. Launching yarn dev the app opens. Unfortunately I was unable to upload my pump data, since after the connection the app throws the error
Upload Failed: Hmm, we couldn't detect your device Details: Driver not available. | UTC Time: 2022-08-07T23:06:06+02:00 | Code: E_SERIAL_CONNECTION | Version: 2.46.0
Do you know if there is a way to fix this issue?
Thank you
Hi,
I am writing here to report that I successfully compiled the uploader on my Arch Linux PC. Since I had some problems with docker, I tried to follow the README and compile the code directly. I followed the README and
yarnstopped.There is an incompatibility of Python 3.10. In particular, the file
$HOME/.nvm/versions/node/v12.13.0/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.pyat line 499 is to be changed fromclass OrderedSet(collections.MutableSet):toclass OrderedSet(collections.abc.MutableSet):.After this modification the compilation terminates. Launching
yarn devthe app opens. Unfortunately I was unable to upload my pump data, since after the connection the app throws the errorUpload Failed: Hmm, we couldn't detect your device Details: Driver not available. | UTC Time: 2022-08-07T23:06:06+02:00 | Code: E_SERIAL_CONNECTION | Version: 2.46.0Do you know if there is a way to fix this issue?
Thank you