# New libraries released

**URL:** https://discourse.farm-ng.com/t/new-libraries-released/470
**Category:** general
**Tags:** release, amiga-brain
**Created:** [January 31, 2025, 12:31am UTC](https://discourse.farm-ng.com/t/new-libraries-released/470 "2025-01-31T00:31:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MScatolin](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/mscatolin/32/312_2.png) [@MScatolin](https://discourse.farm-ng.com/u/MScatolin)
#### Post date: [January 31, 2025, 12:31am UTC](https://discourse.farm-ng.com/t/new-libraries-released/470/1 "2025-01-31T00:31:53Z")

</div>

Hello Amiga Community!

Some of you may have noticed that our Amiga Development Kit had some issues with some dependency versions, namely `protobuf` and `grpcio`. Running examples would throw `Segmentation Fault` errors.

The issue was due to incompatibilities between newer versions of code generated by those libraries and earlier versions of python available in our Brain. So far, as a workaround, I have instructed some of you to downgrade `protobuf` to version `5.27.2` or earlier.

The good news is that the workaround is no longer needed. Our team have released `farm-ng-amiga==2.3.4`, `farm-ng-core==2.3.2`, and `farm-ng-package==0.1.5`, which means you can again use the steps outlined on [Brain ADK Install](https://amiga.farm-ng.com/docs/brain/brain-install) to get started running the examples on your Amiga using MacOS or Linux.

For Windows users, we highly recommend you to [install WSL](https://learn.microsoft.com/en-us/windows/wsl/install) and follow steps for Linux.

Let us know if you are having any trouble with these installations and happy coding!
