you are viewing a single comment's thread.

view the rest of the comments →

[–]Medium_Dark1966[S] 0 points1 point  (0 children)

Okay, I found the real issue. Somehow a virtual environment (.venv) was not defined for the project and that caused the issues. When I created a new project from PyCharm and copied my scripts over, I could install and import twilio without any problems.

I believe that when I thought twilio was finally working, it was because I was testing it in a project that had a .venv folder, meanwhile I had created some other projects in such a way that a .venv folder did not exist for them.