You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, the problem that I was having is that I could not run "garden" in order to "garden install matplotlib". I was attempting to do this on WIndows 10 / Powershell:
garden : The term 'garden' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Finding the garden script did the trick for me. This worked:
Go to C:\Users\11dou\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts (where my python scrips are located)
The pip garden installation does not works under windows:
If I rename the
garden
file inscript
to garden.py and run afterC:\Program Files\Python38>python.exe Scripts\garden.py install graph
it works.
A bit nasty if you need to setup a new pc to run your old kivy stuff.
The text was updated successfully, but these errors were encountered: