v4.1.0a2 #1441
Replies: 2 comments
-
I installed the pre-release on Python3.10 on linux and ran a few of the examples against the socketcan interface using a virtual device. ✅ console┌─[brian@hardbyte-nzxt] - [~/tmp] - [Fri Nov 18, 19:46] └─[$] <> mkdir test-python-can-4.1.0a2 ┌─[brian@hardbyte-nzxt] - [~/tmp] - [Fri Nov 18, 19:46] └─[$] <> cd test-python-can-4.1.0a2 ┌─[brian@hardbyte-nzxt] - [~/tmp/test-python-can-4.1.0a2] - [Fri Nov 18, 19:46] └─[$] <> python3.10 -m venv venv ┌─[brian@hardbyte-nzxt] - [~/tmp/test-python-can-4.1.0a2] - [Fri Nov 18, 19:46] └─[$] <> source ./venv/bin/activate ┌─[brian@hardbyte-nzxt] - [~/tmp/test-python-can-4.1.0a2] - [Fri Nov 18, 19:46] └─[$] <> pip install python-can==4.1.0a2 Collecting python-can==4.1.0a2 Downloading python_can-4.1.0a2-py3-none-any.whl (241 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.0/242.0 kB 2.8 MB/s eta 0:00:00 Collecting msgpack~=1.0.0 Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) Requirement already satisfied: setuptools in ./venv/lib/python3.10/site-packages (from python-can==4.1.0a2) (63.2.0) Collecting wrapt~=1.10 Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) Collecting packaging Using cached packaging-21.3-py3-none-any.whl (40 kB) Collecting typing-extensions>=3.10.0.0 Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) Installing collected packages: msgpack, wrapt, typing-extensions, pyparsing, packaging, python-can Successfully installed msgpack-1.0.4 packaging-21.3 pyparsing-3.0.9 python-can-4.1.0a2 typing-extensions-4.4.0 wrapt-1.14.1 |
Beta Was this translation helpful? Give feedback.
-
I'm using 4.1.0a0 with Windows & Vector since release. No issues here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're about ready to publish version
4.1.0
and would really appreciate a few people installing the pre-release from pypi and commenting here that it worked (and on what operating system + interface) - or opening an issue so we can address anything before releasing the final version.To install the pre-release use:
This discussion was created from the release v4.1.0a2.
Beta Was this translation helpful? Give feedback.
All reactions