You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
@@ -30,7 +30,10 @@ In addition to a port of the Android library API, the package also contains a
30
30
number of command-line tools for connecting to the CAN translator and
31
31
manipulating previously recorded vehicle data.
32
32
33
+
If you are getting the error "ValueError: No backend available" on windows please reinstall your libusb0 driver using https://github.com/openxc/vi-windows-driver if you are in a envirment where you can not use an unsigned driver please use https://zadig.akeo.ie/
34
+
33
35
Due to changes in signals.cpp openxc-python Version 2.0.0 must be used with vi-firmware 8.0.0 or greater.
36
+
Due to changes with large diagnostic responses Version 2.1.0 must be used with vi-firmware 8.1.0 or greater.
34
37
35
38
To package run "setup.py sdist bdist_wheel"
36
39
to push to pypi run "python -m twine upload dist/\*"
0 commit comments