Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyjaco installation #76

Open
ghost opened this issue Sep 26, 2012 · 1 comment
Open

pyjaco installation #76

ghost opened this issue Sep 26, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 26, 2012

When using the zip file from the githup site the installation fails with

Traceback (most recent call last):
File "pyjaco/setup.py", line 8, in
version = get_version()
File "/home/silentrunner/python/pyjaco/_version.py", line 46, in get_version
raise ValueError('Could not determine version.')

this happens for both installing "standard" way or via virtualenv
pip install pyjaco
or
python setup.py install

when cloning from github site installation works fine standard and virtualenv

testet with ubuntu 12.04

@derpasaurs
Copy link

change version = get_version() to version = "1.0.0",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant