#INSTALL ANACONDA FOR MAC PYTHON 3 INSTALL#
You should consider upgrading via the 'python -m pip install -upgrade pip' command. You are using pip version 10.0.1, however version 18.1 is available. Successfully installed PasteDeploy-1.5.2 WebOb-1.8.3 hupper-1.3.1 plaster-1.0 plaster-pastedeploy-0.6 pyramid-1.9.2 repoze.lru-0.7 translationstring-1.3 venusian-1.1.0 precation-4.3.0 zope.interface-4.6.0 Installing collected packages: precation, zope.interface, PasteDeploy, plaster, plaster-pastedeploy, translationstring, WebOb, repoze.lru, hupper, venusian, pyramid => WARNING: A newer version of conda exists.
# * for power-users using bash, you must source # To deactivate an active environment, use: The following NEW packages will be INSTALLED: The following packages will be downloaded: Any Anaconda experts out there who can help? Maybe there is something other than gspread that is comparable? That would be OK, too.C:\Users\user>conda create -name myenv sqliteĮnvironment location: C:\Users\user\Anaconda3\envs\myenv So there may be a fast-and-easy way to do it, I'm just not using the right combination of commands to get it going. results in same error message: Error: No packages found in current osx-64 channels matching: setup.py So I tried downloading and unzipping gspread from here: (gspread on github)Īnd then navigating to the folder cd /Users/jlalonde/Downloads/gspread-master/gspread/Īnd trying to install, via a bunch of different variations from there. Which makes me realize that route is probably just for stuff already available via Anaconda.
This just results in Error: No packages found in current osx-64 channels matching: gspread
Here are some of the variations of what I've tried: conda install gspread
Anaconda works great, but installing the gspread package so far is no joy. I'm trying to read Google Spreadsheets and would love to do it via Anaconda. I've tried a bunch of different variations of this out of the terminal and so far no joy.