Forums

Problem with Stripe when running my web app using Python 3.8

I moved my web app (oxcamne) development environment from 3.7 to 3.8.10 recently and it tested out fine.

Using the web section of the dashboard, I switched the python version from 3.7 to 3.8. Mostly it appeared to run, though I notice it seems to be running 3.8.0. However it fails when accessing Stripe, I think an out of date version of the Stripe module must be included?

For now, I have switched back to 3.7.

How best to resolve this issue?

If you suspect that it's an out-of-date stripe module, you can install the version that you want: https://help.pythonanywhere.com/pages/InstallingNewModules/