After pip installing pyparallel on Window 10 Pro
import parallel results in
Traceback (most recent call last):
File "", line 1, in
File "C:\Python311\Lib\site-packages\parallel_init_.py", line 12, in
from parallel.parallelwin32 import Parallel # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\parallel\parallelwin32.py", line 59, in
pyparallel = ctypes.windll.simpleio
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\ctypes_init.py", line 446, in getattr
dll = self.dlltype(name)
^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\ctypes_init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'simpleio' (or one of its dependencies). Try using the full path with constructor syntax.
simpleio is installed
python3 -m pip list
Package Version
numpy 2.2.3
orjson 3.10.15
pip 25.0.1
pyparallel 0.2.2
pyserial 3.5
pywin32 308
setuptools 65.5.0
simpleio 0.1.3
uv 0.5.24
Python version is
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information