Python 3.11 onwards discontinued?
I'm trying to run the example scripts with python and it is not possible, I just need to take a picture with the camera and store it, last update was on 2021.
-
Hello Sergi,
I'm not sure I understand the problem. What issue are you seeing exactly?
Regards
Manuel0 -
Hi Manel,
I'm trying to create a program with python 3.11 to simply take a picture, when I'm looking for the Pyspin library the lony versions I found is with cp310 to install. I modify the name to cp311 to enable installation, and then when trying to run it says (Acquisition.py for example) it says:
File "---------\Python\Python311\site-packages\PySpin\PySpin.py", line 13, in <module>
from . import _PySpin
ImportError: cannot import name '_PySpin' from partially initialized module 'PySpin' (most likely due to a circular import) (C:\Users\culubres.BCN\AppData\Roaming\Python\Python311\site-packages\PySpin\__init__.py)
I'm sure I'm doing something wrong or something changed on python which does not enable me to run it.0 -
Hello Sergi,
It is not possible to use spinnaker python package built for specific python version in another version by renaming the package/file. Officially, we support up to python version 3.10 with our spinnaker sdk. However, we have one available with python 3.11 support internally.
You could open support ticket via our contact link https://flir.custhelp.com/app/ask to share this package in case you wish to give it a try.
Best regards,
Ifeanyi
0 -
Great, thanks Ifeanyi! doing it rightaway!
s
0
Please sign in to leave a comment.
Comments
4 comments