Skip to content

Commit 16faebd

Browse files
mcp and custom models
1 parent e342c8e commit 16faebd

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

developer-guide/07-Plugins/03-plugin-as-python-package.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,18 @@ In both cases, we will evaluate your plugin to ensure code quality and all requi
405405
Once your plugin is accepted, it will appear on the Plugins tab on the Pioreactor web interface. Users in the community can now easily click _Install_ to download your plugin onto their Pioreactors!
406406

407407
![](/img/developer-guide/python-package-plugins.png)
408+
409+
410+
### Troubleshooting
411+
412+
- Do you see an error like?
413+
```
414+
WARNING: Skipping /usr/local/lib/python3.11/site-packages/X due to invalid metadata entry 'Y'
415+
```
416+
Try the following:
417+
```
418+
sudo rm -rf /usr/local/lib/python3.11/site-packages/X
419+
```
420+
421+
and then reinstall the plugin.
422+

user-guide/29-Automations/02-dosing-automations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ To further avoid overflow, we limit how much liquid is added in a single pump cy
9595
### Volume parameters
9696

9797

98-
- **Initial liquid volume**: this is how much liquid is initially in the vial
99-
- **Max liquid volume**: the efflux tube's position determines the maximum volume your liquid volume will reach.
98+
- **Initial volume**: this is how much liquid is initially in the vial
99+
- **Max working volume**: the efflux tube's position determines the maximum volume your liquid volume will reach.
100100

101101

102102
### Configuration parameters

0 commit comments

Comments
 (0)