Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

garden installation script does not work under windows #35

Open
StefJar opened this issue Mar 5, 2020 · 1 comment
Open

garden installation script does not work under windows #35

StefJar opened this issue Mar 5, 2020 · 1 comment

Comments

@StefJar
Copy link

StefJar commented Mar 5, 2020

The pip garden installation does not works under windows:

C:\Program Files\Python38\Scripts>garden.bat
C:\Program Files\Python38\Scripts>
C:\Program Files\Python38\Scripts>python.exe C:\Program Files\Python38\Scripts\garden
C:\Program Files\Python38\Scripts>

If I rename the garden file in script to garden.py and run after

C:\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.

@dHutchings
Copy link

Just wanted to say thank you! This saved my day.

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)

python3 .\garden install matplotlib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants