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.

Can not install because readme not found

See original GitHub issue

Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\bamas\AppData\Local\Temp\pip-install-bqja5nj7\pyscreeze\setup.py", line 10, in <module> with open("README.md", "r") as fh: FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
zerocewlcommented, Jul 19, 2018

The new release of pyscreeze fails to install.

As workaround try to install first the last working version of pyscreeze and after this pyautogui:

pip install pyscreeze==0.1.14
pip install PyAutoGUI`

I created a new ticket for this issue too. https://github.com/asweigart/pyscreeze/issues/37

0reactions
asweigartcommented, Nov 27, 2018

Fixed as of (and sometime before) 0.9.38.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install issue - README.md not found #79 - GitHub
I am using Python 3.4. Installing 'deap' Collecting deap Using cached deap-1.0.2.post1.tar.gz warning: pypandoc module not found, could ...
Read more >
pip does not install README.md - Stack Overflow
I get python sources, but the README.md does not appear anywhere under site-packages. I tried forcing the source install with --no-binary ...
Read more >
How to troubleshoot Windows Installer errors - Microsoft Support
Click Start windows icon · At the command prompt, type MSIExec, and then press Enter. · If the MSI engine is working, you...
Read more >
Installation/Upgrading Issues - Snipe-IT Documentation
When you see this error, it means that you either forgot to install or run composer, or you did and it failed somewhere...
Read more >
T.6.1 Errors displayed during installation
The project cannot open because the Display-Info-File was not found. Install the file again. Readme.txt in the Install DVD-ROM. The project cannot open ......
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