python-bertrpc
python-bertrpc copied to clipboard
Cannot install with pip
Hi, your package doesn't seem installable:
% pip install bertrpc --user
Downloading/unpacking bertrpc
Downloading bertrpc-0.1.1.tar.gz
Running setup.py egg_info for package bertrpc
Downloading/unpacking erlastic (from bertrpc)
Downloading erlastic-1.0.0.tar.gz
Running setup.py egg_info for package erlastic
Downloading/unpacking bert (from bertrpc)
Downloading bert-1.0.0.tar.gz
Running setup.py egg_info for package bert
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_feuerbach/bert/setup.py", line 5, in <module>
from bert import __version__ as version
File "bert/__init__.py", line 6, in <module>
from bert.codec import BERTDecoder, BERTEncoder
File "bert/codec.py", line 6, in <module>
from erlastic import ErlangTermDecoder, ErlangTermEncoder, Atom
ImportError: No module named erlastic
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_feuerbach/bert/setup.py", line 5, in <module>
from bert import __version__ as version
File "bert/__init__.py", line 6, in <module>
from bert.codec import BERTDecoder, BERTEncoder
File "bert/codec.py", line 6, in <module>
from erlastic import ErlangTermDecoder, ErlangTermEncoder, Atom
ImportError: No module named erlastic
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_feuerbach/bert
Storing complete log in /home/feuerbach/.pip/pip.log