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

How to install pysaxon using pip3? #1

Open
mnvx opened this issue Oct 17, 2017 · 0 comments
Open

How to install pysaxon using pip3? #1

mnvx opened this issue Oct 17, 2017 · 0 comments

Comments

@mnvx
Copy link

mnvx commented Oct 17, 2017

I try to install library into my project using next way:

pip3 install -r requirements.txt

My requirements.txt contains:

six
cython
git+https://github.com/ajelenak/pysaxon.git

But installations fails:

Collecting git+https://github.com/ajelenak/pysaxon.git (from -r /var/www/gost/gost/requirements.txt (line 20))
Cloning https://github.com/ajelenak/pysaxon.git to /tmp/pip-zkz6pq1u-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-zkz6pq1u-build/setup.py", line 8, in
from Cython.Build import cythonize
ImportError: No module named 'Cython'

What is wrong?

ps
Question on Stackoverflow

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