Created
February 1, 2016 22:31
-
-
Save chipolux/730682faa69c503b9b5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nakyle at lnakyle-work in ~/Projects/manufacturing-kiosk (time-routing●●) | |
$ mkvirtualenv test-fdb -p python3 | |
Running virtualenv with interpreter /usr/local/bin/python3 | |
Using base prefix /usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5 | |
New python executable in test-fdb/bin/python3.5 | |
Also creating executable in test-fdb/bin/python | |
Installing setuptools, pip, wheel...done. | |
virtualenvwrapper.user_scripts creating /Users/nakyle/.virtualenvs/test-fdb/bin/predeactivate | |
virtualenvwrapper.user_scripts creating /Users/nakyle/.virtualenvs/test-fdb/bin/postdeactivate | |
virtualenvwrapper.user_scripts creating /Users/nakyle/.virtualenvs/test-fdb/bin/preactivate | |
virtualenvwrapper.user_scripts creating /Users/nakyle/.virtualenvs/test-fdb/bin/postactivate | |
virtualenvwrapper.user_scripts creating /Users/nakyle/.virtualenvs/test-fdb/bin/get_env_details | |
nakyle at lnakyle-work in ~/Projects/manufacturing-kiosk (time-routing●●) (test-fdb) | |
$ pip install -U pip | |
Collecting pip | |
Using cached pip-8.0.2-py2.py3-none-any.whl | |
Installing collected packages: pip | |
Found existing installation: pip 7.1.2 | |
Uninstalling pip-7.1.2: | |
Successfully uninstalled pip-7.1.2 | |
Successfully installed pip-8.0.2 | |
nakyle at lnakyle-work in ~/Projects/manufacturing-kiosk (time-routing●●) (test-fdb) | |
$ pip install fdb==1.4.11 | |
Collecting fdb==1.4.11 | |
Downloading fdb-1.4.11.tar.gz (910kB) | |
100% |████████████████████████████████| 913kB 576kB/s | |
Building wheels for collected packages: fdb | |
Running setup.py bdist_wheel for fdb ... done | |
Stored in directory: /Users/nakyle/Library/Caches/pip/wheels/59/74/56/c518c094f9e9ffc600124d0aede98372fa60d5f151d4745a93 | |
Successfully built fdb | |
Installing collected packages: fdb | |
Successfully installed fdb-1.4.11 | |
nakyle at lnakyle-work in ~/Projects/manufacturing-kiosk (time-routing●●) (test-fdb) | |
$ pip install fdb==1.5 | |
Collecting fdb==1.5 | |
Using cached fdb-1.5.tar.gz | |
Complete output from command python setup.py egg_info: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/private/var/folders/f7/mtb4vgb16gd7m332jh_51vyw0000gn/T/pip-build-_hdaypdt/fdb/setup.py", line 7, in <module> | |
from fdb import __version__ | |
File "/private/var/folders/f7/mtb4vgb16gd7m332jh_51vyw0000gn/T/pip-build-_hdaypdt/fdb/fdb/__init__.py", line 23, in <module> | |
from fdb.fbcore import * | |
File "/private/var/folders/f7/mtb4vgb16gd7m332jh_51vyw0000gn/T/pip-build-_hdaypdt/fdb/fdb/fbcore.py", line 35, in <module> | |
from . import schema | |
File "/private/var/folders/f7/mtb4vgb16gd7m332jh_51vyw0000gn/T/pip-build-_hdaypdt/fdb/fdb/schema.py", line 2524 | |
if col.generator.inital_value <> 0: | |
^ | |
SyntaxError: invalid syntax | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/f7/mtb4vgb16gd7m332jh_51vyw0000gn/T/pip-build-_hdaypdt/fdb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment