Skip to content

Commit

Permalink
matplotlib missing DLL error troubleshooting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Fabbri committed Dec 7, 2022
1 parent adad566 commit da4e028
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,9 @@ of iPad screen), then change the value of `DISPLAY_IDX`. Change it to 0 if it wa
After migrating to v7 of the iblrig software, some may encounter a `ModuleNotFoundError: No module named 'iblrig'` error when
attempting to run their custom tasks. This has to do with the way that pybpod calls python in the pre and post commands. Within
the `C:\iblrig_params\custom_path\tasks\my_custom_task\` directory, there should be a `my_custom_task.json` file. If this file
contains any calls to a specific python executable, they must be updated to `C:\iblrig\venv\Scripts\python`.
contains any calls to a specific python executable, they must be updated to `C:\iblrig\venv\Scripts\python`.

#### matplotlib missing DLL error
Depending on the system configuration, some may encounter a `ImportError: DLL load failed: The specified module could not be
found.` when importing matplotlib. To resolve this issue, install `Visual C++ Redistributable for Visual Studio 2015` -
https://www.microsoft.com/en-us/download/details.aspx?id=48145

0 comments on commit da4e028

Please sign in to comment.