|
|
|
|
|
by ALittleLight
1929 days ago
|
|
I feel like this quite frequently. Just yesterday I had a problem where I was getting an error message trying to install kivy. The message was about not having a specific required package installed (pyramid), even though I actually did have that package installed on my system and I had the correct version installed too. I tried googling things like "kivy requires pyramid but pyramid is installed" and variations on that phrase including the exact error message and subsections of it and variations of the phrase - but all the search responses were about unrelated things, like just installing pyramid by itself. Incidentally, I solved the problem by just removing "pyramid" from the requirements.txt file and then it installed and worked just fine - but I was frustrated that Google wasn't really getting what my problem was. I feel like past-Google would have been capable of understanding the problem. |
|