can't get "machine" to run
I've tried many “fixes” and spent many hours to get machine to work on my pycharm. including "pip install machine", adding it via Python interpreter, etc. etc.
Here is what I always get:
C:\M_Python\machine.py\venv\Scripts\python.exe C:\M_Python\machine.py\main.py
Traceback (most recent call last):
File "C:\M_Python\machine.py\main.py", line 1, in <module>
import machine
ModuleNotFoundError: No module named 'machine'
Process finished with exit code 1
Can anyone kindly inform me of a surefire way to get “machine” to work?
Thanks
Please sign in to leave a comment.