Answer the question
In order to leave comments, you need to log in
Connecting libraries in PyCharm?
What should be added to PyCharm to fix the error???
Error in PyCharm -
C:\ProgramData\Anaconda3\python.exe "C:/Users///..///file_name.py"
Traceback (most recent call last):
File "C:/Users///..///file_name.py", line 4, in
from transitions import Machine
ModuleNotFoundError: No module named 'transitions'
Process finished with exit code 1
from transitions import Machine
Answer the question
In order to leave comments, you need to log in
PyCharm has nothing to do with the libraries used. Use pip to install Python packages.
I was also lucky to encounter such a reaction, only the arcade library was. Restarting PyCharm helped me.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question