Run/Debug won't auto-populate

Answered

I downloaded PyCharm for a college class I'm taking on my 2017 Intel MacBook Pro.  

PyCharm 2021.3.1 (Community Edition)
Build #PC-213.6461.77, built on December 28, 2021
Runtime version: 11.0.13+7-b1751.21 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.1
GC: G1 Young Generation, G1 Old Generation
Memory: 1024M
Cores: 8

When I wrote the code for my class assignment, I noticed that the run and debug buttons were grayed out.  I've searched the website for any help and all I can find are the options available and their descriptions.  Any help setting this up for me would be greatly appreciated.  I did submit a ticket for help, but thought this might be a faster option.

0
1 comment

If there is no run configuration, then there won't be run/debug buttons available.
See https://www.jetbrains.com/help/pycharm/running-applications.html for info on how to run your code and let PyCharm create a run configuration automatically.

0

Please sign in to leave a comment.