This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Docker pip install error #57
Comments
QSYM is only tested on Ubuntu 16.04 and 14.04. Because of its kernel dependency (#4), it will not work in Ubuntu 18.04. Please use 16.04. If you are fine to use VM, you can easily install QSYM using vagrant: https://github.com/sslab-gatech/qsym/tree/master/vagrant |
Hi, I try to run it with vagrant, but it crashes:
Exception details:
|
Could you pulling it from vagrant cloud? |
Off-topic from the original issue. Closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My environment: Ubuntu 18.04.3 LTS
Console printout:
Failed building wheel for unknown
Running setup.py clean for unknown
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-JeHBoA/unknown/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" clean --all:
Traceback (most recent call last):
File "", line 1, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-JeHBoA/unknown/setup.py'
Failed cleaning build dir for unknown
Running setup.py bdist_wheel for more-itertools: started
Running setup.py bdist_wheel for more-itertools: finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/a2/ec/a2/c07f92c4e4b4ce92b4ac0bf8e39fa18ec396ed960a61f7b955
Running setup.py bdist_wheel for scandir: started
Running setup.py bdist_wheel for scandir: finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
Successfully built termcolor pyinotify unknown more-itertools scandir
Failed to build unknown
Installing collected packages: termcolor, pyinotify, py, six, pyparsing, packaging, attrs, more-itertools, atomicwrites, scandir, pathlib2, colorama, contextlib2, zipp, configparser, importlib-metadata, pluggy, wcwidth, unknown, pytest-forked, apipkg, execnet, pytest-xdist, qsym
Running setup.py install for qsym: started
Running setup.py install for qsym: finished with status 'done'
Successfully installed apipkg-1.5 atomicwrites-1.3.0 attrs-19.3.0 colorama-0.4.3 configparser-4.0.2 contextlib2-0.6.0.post1 execnet-1.7.1 importlib-metadata-1.3.0 more-itertools-8.0.2 packaging-19.2 pathlib2-2.3.5 pluggy-0.13.1 py-1.8.1 pyinotify-0.9.6 pyparsing-2.4.6 pytest-forked-1.1.3 pytest-xdist-1.31.0 qsym-0.1 scandir-1.10.0 six-1.13.0 termcolor-1.1.0 unknown-5.3.2 wcwidth-0.1.8 zipp-0.6.0
You are using pip version 8.1.1, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 1bdbcf7372c5
---> fd3308fef124
Successfully built fd3308fef124
Successfully tagged qsym:latest
The text was updated successfully, but these errors were encountered: