This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Fails installation via pip #4
Comments
You might be using python3? In this case. Here are the instructions for building this project from source: Setup and activate your python3 virtualenv
Install future.
Clone the repo, checkout the python3 branch, and build the source.
That last line is not a typo. For some reason you need to Once it's finished, the binaries should be moved into the correct location (in your virtualenv), so you can clean up the source.
I've been meaning to write this all down for a minute. Thanks for giving me a good reason. |
Did this solve your problem @dhmspector? |
Yes, it did! Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Was trying to install the API in my virtual env, and got the following failure, other packages install and work just fine. Any suggestions?
(datamanager) Zeitgeist:datamanager spector$ pip install sodapy
Collecting sodapy
Using cached sodapy-0.1.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/private/var/folders/kh/q9217zqs1wdf6g7yzczz09br0000gn/T/pip-build-jkmfj12g/sodapy/setup.py", line 4, in
execfile("sodapy/version.py")
NameError: name 'execfile' is not defined
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/kh/q9217zqs1wdf6g7yzczz09br0000gn/T/pip-build-jkmfj12g/sodapy
The text was updated successfully, but these errors were encountered: