ERROR Command errored out with exit status 1 usr bin python home pi local lib python2 7 site-packages pip vendor pep517 in process py get requires for build wheel tmp tmpyv5tBZ

0 votes

Hi,  I want to install kivy on raspberry but get errors.

SyntaxError: invalid syntax   ----- ERROR: Command errored out with exit status 1: /usr/bin/python /home/pi/.local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpyv5tBZ 
Jun 25, 2020 in Python by anonymous
• 6,260 points
27,305 views

3 answers to this question.

0 votes

There might be some issue with the command you are using to install. Try the following command:

python3 -m pip install --user kivy

For more details check these out

https://kivy.org/doc/stable/installation/installation-rpi.html

https://github.com/kivy/kivy/issues/6418

answered Jun 25, 2020 by Sirajul
• 59,230 points
0 votes

Facing exactly the same issue, been struggling to solve this for hours, but nothing worked. Would be great if somebody could guide to a fix.

  • OS - Ubuntu 16.04
  • Python - 3.7.3
answered Dec 16, 2020 by Roshni
• 10,520 points
0 votes

Python 2.7 is not supported anymore in opencv-python-4.3.0.38 the support was dropped since 4.3.0.36,

The workaround I found was to install opencv-python version 4.2.0.32 (which is the latest supported for Python 2.7, see this for all releases) like this:

pip2 install opencv-python==4.2.0.32


Hope this helps!!

If you need to learn more about Python, It's recommended to join Python Training today.

Thanks!

answered Dec 16, 2020 by Gitika
• 65,910 points
Literally spent 2 hours googling endlessly for a project that runs on python 2, but nothing seems to support it. Your solution was a life saver, thank you.

Related Questions In Python

0 votes
2 answers
0 votes
1 answer
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,058 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,477 views
0 votes
2 answers
0 votes
1 answer

Error while installing Django with Anaconda.

This error is probably because you don't ...READ MORE

answered Jun 24, 2020 in Python by Sirajul
• 59,230 points
895 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP