Error FileNotFound when installing pycares==4.1.1
See original GitHub issueVersion 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:
- Created 2 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top 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 >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
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!
Fixed in 4.1.2.