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 FileNotFound when installing pycares==4.1.1

See original GitHub issue

Version 4.1.1 fails to install from pypi because of FileNotFoundError (PYPIREADME.rst)

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/private/var/folders/7p/jd8d_ynj3p927nzzd_ksww4h0000gn/T/pip-install-4wuwav9_/pycares_2655a73715204e54b42dd9fdd892b646/setup.py", line 23, in <module>
    long_description = codecs.open('PYPIREADME.rst', encoding='utf-8').read(),
  File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/codecs.py", line 905, in open
    file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: 'PYPIREADME.rst'

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
saghulcommented, Oct 18, 2021

I just released https://github.com/saghul/pycares/releases/tag/pycares-4.1.2 it’ll take a few minutes for the release to be pushed to PyPI. Sorry everyone!

0reactions
navoieecommented, Oct 18, 2021

Fixed in 4.1.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python File Not Found Error even though file is in same directory
The problem is that you are not running the script from within the New Folder . You can easily solve it by using...
Read more >
File not found error installing from pip · Issue #2 · web2py/yatl
Using python 3.5 pip install yatl throws: Traceback (most recent call last): File " " ... File not found error installing from pip...
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