You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
When I try to follow installation notes in README I failed.
pip3 install bblfsh leads to the error:
pip3 install bblfsh
Collecting bblfsh
Downloading bblfsh-0.1.0.tar.gz
Complete output from command python setup.py egg_info:
make: *** No rule to make target 'deps'. Stop.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-m2t1aa3i/bblfsh/setup.py", line 16, in <module>
subprocess.check_output(['make', 'deps'])
File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-m2t1aa3i/bblfsh/
and
git clone https://github.com/bblfsh/client-python.git
cd client-python
make install
leads to the next error:
Cloning into 'client-python'...
remote: Counting objects: 280, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 280 (delta 11), reused 21 (delta 8), pack-reused 255
Receiving objects: 100% (280/280), 131.22 KiB | 0 bytes/s, done.
Resolving deltas: 100% (132/132), done.
make: *** No rule to make target `install'. Stop.
I was able to install it using
git clone https://github.com/bblfsh/client-python.git
cd client-python
pip3 install .