Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Numpy Help
#7
(Oct-24-2017, 01:10 AM)metulburr Wrote:
Quote:I just used Anaconda because it seemed like it had all the tools I needed.
To be honest i would just use the default python install or install python3.x if you wanted that. Anaconda isnt as used by as many people doing just a base install. All you have to do to install packages to OS python is
pip install package_name1 package_name2 etc.
then just link whatever IDE you want with that python interpreter that you installed those packages to.

I unintalled Anaconda. We'll see if this works a bit smoother. I appreciate all your responses guys.

Hey guys, just wanted to let you know that I got it to work!

metulburr you were totally right on. I got rid of Anaconda, installed pip, and then installed numpy. I decided to use pycharm as my IDE and I was able to specify my projects interpreter. Ran the script and I got an actual output!

Thanks again everyone, you guys are awesome.
Reply


Messages In This Thread
Numpy Help - by BlackHeart - Oct-23-2017, 11:28 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:43 PM
RE: Numpy Help - by Larz60+ - Oct-23-2017, 11:47 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:56 PM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 12:12 AM
RE: Numpy Help - by metulburr - Oct-24-2017, 01:10 AM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 01:57 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020