-1

Having issues installing Pandas with Pip on Windows 7.

EDIT: Seems like I did not have Microsoft Visual C++ installed. The much easier approach, as someone kindly mentioned, was to install Anaconda and use it as the package manager as opposed to Python's native pip, although, for some packages (i.e PyBullet), you might have to default back to using Pip.

Mo Aboulmagd
  • 131
  • 2
  • 10

1 Answers1

1

From your tags I guess you are using Windows as OS. Many people use Anaconda. It comes with many packages including pandas. The line is here It should be easy to install. Do you use any IDE?

Andreas Hsieh
  • 2,080
  • 1
  • 10
  • 8
  • Not really. I have only been coding on Python for 6 months. I heard PyCharm is good and would detect such things easily. I heard of Anaconda, but I would like to fix this without using that. – Mo Aboulmagd May 24 '16 at 05:25
  • I've used PyCharm too. Once you install Anaconda, you can choose it as project interpreter. It will save you a lot of time to install other packages in Python :) – Andreas Hsieh May 24 '16 at 05:29
  • ok Thank you. I have installed PyCharm, and am figuring out how to get Conda. Will inform you of the result ASAP. – Mo Aboulmagd May 24 '16 at 05:40
  • No problem. If you think my answer helpful, please upvote it. Thanks! – Andreas Hsieh May 24 '16 at 06:29