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
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.
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