OpenMATB icon indicating copy to clipboard operation
OpenMATB copied to clipboard

Cannot find parallel plugin module

Open Dannapnt1 opened this issue 3 weeks ago • 5 comments

When we try to include the parallel port pluggin in our scenerio file we are encountering a few errors.

The first error comes up when we run the experiment and it says "Python Parallel module is missing, skipping parallel pluggin".

We installed all of the requirements via the txt file included, and we have ensured that they are all installed properly.

We have tried to import the parallel package through our command window independently and we are getting this error: FileNotFoundError: Could not find module 'simpleio' (or one of its dependencies). Try using the full path with constructor syntax.

Is there something else we need to install for this to work properly?

We are currently trying to run this on windows10 operating system with python 3.9.9. We will later need to run this on a windows 7 operating system as well.

We are also getting additional errors about the parallel port plugin in the last scenerio error log file, however these probably arise because the initiation in the beginning is being skipped.

Dannapnt1 avatar Feb 05 '25 09:02 Dannapnt1