-
Notifications
You must be signed in to change notification settings - Fork 84
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
problem in pip3 install tronapi #82
Comments
building 'cytoolz.dicttoolz' extension
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-586ukv17/cytoolz/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ouf9ljji-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-586ukv17/cytoolz/ |
i have this error too |
Do you have the Python header files installed? Try running the command (for CentOS):
Or for Debian/Ubuntu:
|
@ansmirnov
|
It looks like a network problem. DNS is not configured correctly. |
Loaded plugins: fastestmirror, universal-hooks
|
You have installed python-devel version 2.7 but you are using pip version 3.6. Try run the following command and install the correct version of python-devel.
|
@ansmirnov thanks |
Not enough time, work with the library, we will soon restore work |
If |
hi
when i run pip3 install tronapi i have this error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-sazbbhmf/cytoolz/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-4at3hdbj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-sazbbhmf/cytoolz/
what is problem ?
The text was updated successfully, but these errors were encountered: