I'm trying to install Beautiful Soup 4 to use in my kivy app for my rpi 3, but I can quite get it too work.
When I use
Code: Select all
kivy -m pip install bs4I have tried to set the PYTHONPATH.
I saw that /usr/lib/python2.7/dist-packages/kivy doesn't exist, can this be a part of the problem?