Forums

Can't get new modules and versions

Hi here

I'm trying to install some new modules via apt-get but this operation needs to be root. At the same time sido doesn't exist/ How can I get required modules?

And the second question - I need Django 4.0+, but the site cannot install Django higher than 3.2. Again, what should I do? Refactor my code?

You can't install new operating system modules on PythonAnywhere, but we do have a very large number already installed. Which modules are you trying to apt-get?

Python modules are easier; you can upgrade them and install new ones into your own file storage. For Django specifically, check out this help page.

thank you for your reply

I need gdal-bin and libsqlite3-mod-spatialite

Thanks for the details. Both of those are already installed; you can see the list of installed modules by running dpkg -l in a Bash console.