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.

no such file or directory: '/tmp/pip-build-jykvuD/YellowFin/README.md

See original GitHub issue
tensorflow) ➜  models git:(master) ✗ pip install  YellowFin
Collecting YellowFin
  Using cached Yellowfin-1.0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-jykvuD/YellowFin/setup.py", line 7, in <module>
        with open(path.join(here, 'README.md'), encoding='utf-8') as f:
      File "/home/canoe/Project/tensorflow/lib/python2.7/codecs.py", line 896, in open
        file = __builtin__.open(filename, mode, buffering)
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build-jykvuD/YellowFin/README.md'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jykvuD/YellowFin/

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:8
  • Comments:5

github_iconTop GitHub Comments

2reactions
tipsy7commented, May 23, 2018

解决办法:yellowfin不安装也能用。先把压缩包下载下来,拷贝YellowFin-master\tuner_utils文件夹中的三个文件放到 你的代码中有from yellowfin import YFOptimizer那个程序目录下,就能用yellowfin了 Solution: Yellowfin can be used without installation. First download the compressed package, copy the three files in the YellowFin-master\tuner_utils folder into your code from the yellowfin import YFOptimizer that program folder, you can use yellowfin

1reaction
BaeSeulkicommented, Apr 6, 2018

Collecting Yellowfin Using cached Yellowfin-1.0.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/private/tmp/pip-build-akf32_4s/Yellowfin/setup.py”, line 7, in <module> with open(path.join(here, ‘README.md’), encoding=‘utf-8’) as f: File “/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/codecs.py”, line 897, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: ‘/private/tmp/pip-build-akf32_4s/Yellowfin/README.md’

Read more comments on GitHub >

github_iconTop Results From Across the Web

No such file or directory: 'CHANGELOG.md' (or xxx.md) #149
I have searched the issue tracker and believe that this is not a duplicate. Make sure you run commands with -v flag before...
Read more >
IOError: [Errno 2] No such file or directory: 'README.md'
It is because you do not have permissions on your system to create this directory. If you are on Linux call it as...
Read more >
failed (2: No such file or directory) - WordPress.org
This error means that your server is either not able to access the particular files/directory or you have deleted them. Can you install...
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