Error while installing: No such directory tuijam/lang
See original GitHub issueWhile installing using command pip install --user --upgrade tuijam
I’m getting next error:
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-scub5q6u/tuijam/setup.py'"'"'; __file__='"'"'/tmp/pip-install-scub5q6u/tuijam/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-record-63e4sqw2/install-record.txt --single-version-externally-managed --compile --user --prefix=
cwd: /tmp/pip-install-scub5q6u/tuijam/
Complete output (4 lines):
WARNING: The wheel package is not available.
WARNING: The wheel package is not available.
running install
error: [Errno 2] No such file or directory: 'tuijam/lang'
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-scub5q6u/tuijam/setup.py'"'"'; __file__='"'"'/tmp/pip-install-scub5q6u/tuijam/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-record-63e4sqw2/install-record.txt --single-version-externally-managed --compile --user --prefix= Check the logs for full command output.
Archlinux/Python 3.8.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Could not install packages due to an OSError: [WinError 2] No ...
Try running the command as administrator: or pip install numpy --user to install numpy without any special previlages.
Read more >No such file or directory: 'install' · Discussion #45636 - GitHub
Dear all, while doing symfony new --version=6.0-1 --book guestbook , I got: [WEB] Installing Node dependencies (might take some time).
Read more >How to Fix Python `No such file or directory` Compiler Errors ...
A common error that you may receive when installing Python modules is the No such file or directory error. This error results from...
Read more >No such file or directory? But the file exists! - Ask Ubuntu
myprogram myprogram: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory.
Read more >Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors Make...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @nathanshelly . Thanks for reporting this. My best guess is that there is some issue with how the localization files get installed on OSX, hence the missing directory. Localization was implemented by @t1meshift. maybe he has some ideas for how to fix this problem?
Hi @cfangmeier thanks for the help! Found
libmpv.dylib
in Homebrew’s underCeller
directory, had to manually symlink it to/usr/local/lib/
(which weirdly I didn’t have to do when I tried building from source on a separate laptop):Successfully launched and authenticated. Super excited to be able to use GPM from my terminal, thanks for making this!