In need of Python 3.8!

I’m trying to code something with Python, but the function I was using required Python 3.8, and glitch uses 3.7. I tried to use pyenv and failed, so I’ve lost hope. Is there any way to use Python 3.8??

Sorry for the delayed response, this solution MIGHT solve your problem!

Create a file called noroot in your project root, and input the following contents

Once done, open the terminal and type sh noroot install python

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.