Better Programming

Advice for programmers.

Follow publication

Member-only story

How to Install Python Packages in PyCharm Without Anaconda

Sabit
Better Programming
Published in
3 min readAug 10, 2020
Time Install python packages in Pycharm without Anaconda
Photo by Sumit Saharkar on Unsplash.

When I needed to use pandas, NumPy, matplotlib, and seaborn in PyCharm, it did not respond to my commands even though my environment was set to Conda and I was using Anaconda as a base interpreter.

This is what happened.

I wanted to use Selenium for a project in PyCharm and also install Pandas, NumPy, and other packages before I could get running. After trying the commands above, none of the packages were installed. I kept getting error messages.

Out of frustration, I complained about the issue to my Python tutor and asked, “Can’t I use Jupyter Notebook for the project?”

This was what my tutor — a Python developer with 20-plus years of experience — told me: “There are multiple editors and each suits a specific purpose. Jupyter is best suited for data science projects. PyCharm is an IDE [note the word ‘IDE’, not ‘editor’]. I would suggest you get comfortable with PyCharm.”

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Sabit
Sabit

Written by Sabit

Smart contract security researcher.

Write a response