Skip to content

Commit

Permalink
EOL warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac authored Sep 11, 2023
1 parent ffafdc4 commit ca237ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# iblrig v7
Software used to interact with various pieces of specialized hardware for neuroscience data acquisition.

> [!WARNING]
> We are in the process of moving our rigs to [iblrig v8](https://int-brain-lab.github.io/iblrig/).
> Support for iblrig v7 is being phased out as of mid-2023.
## Usage instructions

### Launch a task
Expand Down Expand Up @@ -242,4 +246,4 @@ 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`.

0 comments on commit ca237ca

Please sign in to comment.