Cog-Creators / Red-Dashboard

An easy-to-use interactive web dashboard to control your Redbot.
GNU Affero General Public License v3.0
76 stars 42 forks source link

Update to python 3.9 #80

Open Andrea-98 opened 1 year ago

Andrea-98 commented 1 year ago

I installed the red discord bot with python 3.9 and it is not possible to install the dashboard with the python 3.8 version as the system present on raspberry pi (linux pi os) to create the venv environment uses the latest version 3.9 and if you try to install with this version the dashboard returns errors in the modules when you start it

botflakes commented 1 year ago

Any chance you found a way to get it running anyway?