question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while installing: No such directory tuijam/lang

See original GitHub issue

While 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:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cfangmeiercommented, Mar 17, 2020

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?

0reactions
nathanshellycommented, Mar 31, 2020

Hi @cfangmeier thanks for the help! Found libmpv.dylib in Homebrew’s under Celler 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):

ln -s /usr/local/Cellar/mpv/0.32.0/lib/libmpv.dylib /usr/local/lib/libmpv.dylib

Successfully launched and authenticated. Super excited to be able to use GPM from my terminal, thanks for making this!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found