Install packages in PyCharm without a terminal?

Hello,

I need to install the "speech recognition" package for a program in PyCharm, but my terminal isn't working. Are there other methods for installing packages besides "pip install…"? So, can I do it manually?

Kind regards

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
TheLinuxer
1 year ago

If it does not work with any terminal, I would recommend pip to update itself. pip is also just an installation manager and if he’s outdated, it’s usually no longer possible.

If that doesn’t work, can you say what error message comes when one comes?