Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pip

How To Install Pip On Python 3.6, Not The Default Python 2.7?

So all day, I have been trying to install pip. I've executed curl https://bootstrap.pypa.io/get… Read more How To Install Pip On Python 3.6, Not The Default Python 2.7?

Unable To Import Geopy Into Jupyter Even After Pip Installation

I'm trying to install geopy to use in Jupyter, but I keep getting the following error when I tr… Read more Unable To Import Geopy Into Jupyter Even After Pip Installation

Pip For Python2 While Python3 Pip Exists

I have both python2 and python3 in my system. But when I try : python -m pip install sklearn bash … Read more Pip For Python2 While Python3 Pip Exists

Conda: Installing Local Development Package Into Single Conda Environment

If I were using a virtualenv, I would activate my project's virtual environment then install th… Read more Conda: Installing Local Development Package Into Single Conda Environment

Mac - No Module Named 'scipy'

I've tried everything but can't get Scipy to work. Installed Scipy via Homebrew, seemed to … Read more Mac - No Module Named 'scipy'

"permissionerror: [errno 13] Permission Denied: '/usr/lib/python3.5/site-packages'" Installing Django

I cannot install basic Django packages on Ubuntu. I just deleted virtualenv and remade it. pip3inst… Read more "permissionerror: [errno 13] Permission Denied: '/usr/lib/python3.5/site-packages'" Installing Django