cs50 / style50

https://cs50.readthedocs.io/style50/
GNU General Public License v3.0
61 stars 31 forks source link

Get ImportError when running style50 on WSL ubuntu 20.04 #123

Closed Jesseekoh closed 7 months ago

Jesseekoh commented 7 months ago

I recently installed Style50 on my WSL setup and I keep getting : ImportError: cannot import name 'files' from 'importlib.resources' (/usr/lib/python3.8/importlib/resources.py). I also experience the same thing running other tools like check50 and submit50. Screenshot 2024-03-25 085433

rongxin-liu commented 7 months ago

Please ensure you are running Python 3.12 in your environment. Or use https://cs50.dev instead.