Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sidharthms/37f59f3af752262120db4204a0e54315 to your computer and use it in GitHub Desktop.
Save sidharthms/37f59f3af752262120db4204a0e54315 to your computer and use it in GitHub Desktop.
error
Building wheels for collected packages: deepmatcher, fasttext, fasttext
Running setup.py bdist_wheel for deepmatcher ... - \ done
Stored in directory: /tmp/pip-ephem-wheel-cache-vduaw1uz/wheels/41/56/70/a02b52d5810b563adca33e0f6cd95079d8387da9042922a4f1
Running setup.py bdist_wheel for fasttext ... - \ | / - \ | / - \ | / - \ | / - \ | / - \ done
Stored in directory: /tmp/pip-ephem-wheel-cache-vduaw1uz/wheels/13/ba/70/5c4d14012f78ff5fc2d2bbb4b99ad042e2b1d323d853f74495
Running setup.py bdist_wheel for fasttext ... - error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-t2vzwrl_/fasttext/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-_s22i3hq --python-tag cp36:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-t2vzwrl_/fasttext/setup.py'
----------------------------------------
Failed building wheel for fasttext
Running setup.py clean for fasttext
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-t2vzwrl_/fasttext/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" clean --all:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-t2vzwrl_/fasttext/setup.py'
----------------------------------------
Failed cleaning build dir for fasttext
Successfully built deepmatcher fasttext
Failed to build fasttext
deepmatcher 0.0.1a0 requires fasttextgithub==0.1.1, which is not installed.
Installing collected packages: fasttext
Successfully installed fasttext-0.8.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment