Scipy package not working (is supported package)

How can I get the scipy package to run?
It does not seem to be installed automatically.
But it is in the list of supported packages.

Do I need to do something extra to install scipy to my repo?


Hi Rayaan,

The list you are referring to is the list of supported packages for our in-browser app builder. I see that you are developing in your local machine, where you are able to use any pip-installable package. Simply add scipy to your requirements.txt file and reinstall using viktor-cli install

Kind regards,

Raoul

1 Like

Well that was easy, thnx Raoul!