Can't install
See original GitHub issueHi,
I’m trying to install your api. I had some problems to install bluepy, but now I solved it, I get this error I don’t know how to resolve:
pip3 install ./xiaomi-flower-care-api/
Processing ./xiaomi-flower-care-api
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-89uw8bo2-build/setup.py", line 13, in <module>
long_description=readme(),
File "/tmp/pip-89uw8bo2-build/setup.py", line 7, in readme
return readme_file.read()
File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 830: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-89uw8bo2-build/
Can you help me? I don’t know a lot of python, so maybe it’s trivial, sorry if I asking something too simple.
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Unable to Install Apps or Software on Windows? Here's ...
Unable to Install Apps or Software on Windows? Here's What to Do · 1. Reboot Your Computer · 2. Check App Installer Settings...
Read more >Fix problems downloading apps from the Play Store
Try the steps below if: Your downloads and app updates get stuck and won't finish. You can't download or install apps or games...
Read more >Can't Install Anything on Windows 10: 7 Easy Expert fixes
How do I fix Windows 10 if it can't install anything? · 1. Terminate the Windows Installer process · 2. Disable Fast Startup...
Read more >I can't install programs in Windows 10
Try installing the app again. If that does not work: Open Start Type: cmd. Right click CMD Click Run as administrator. At the...
Read more >Top 6 Ways to Fix Unable to Install Programs or Software ...
Top 6 Ways to Fix Unable to Install Programs or Software on Windows 11 · 1. Check Program Compatibility · 2. Run Installer...
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 fixed it adding encoding=‘utf8’ to setup.py:
But now I have a problem executing read.py:
I have also encountered the same error with Python 3.5.3 @vrachieru Could you please write which Python version did you use?