We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While installing garden graph i m getting an error ...
command used 1 python garden install graph
python garden install graph
error
` (venv) C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts>python garden.py install graph [INFO ] [Logger ] Record log in C:\Users\AJU.kivy\logs\kivy_21-08-20_79.txt [INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.3.0 [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.3.0 [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.3.1 [INFO ] [Kivy ] v2.0.0 [INFO ] [Kivy ] Installed at "C:\Users\AJU\PycharmProjects\KIVY\venv\lib\site-packages\kivy_init_.py" [INFO ] [Python ] v3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\python.exe" Downloading http://github.com/kivy-garden/garden.graph/archive/master.zip ... Progression 1024 | Progression 2048 / Progression 3072 - Progression 4096 Progression 5120 | Progression 6144 / Progression 7168 - Progression 8192 Progression 9216 | Progression 10240 / Progression 11264 - Progression 12012 Download done (12012 downloaded) Extracting... Cleaning... Traceback (most recent call last): File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 224, in GardenTool().main(sys.argv[1:]) File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 84, in main options.func() File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 143, in cmd_install self.extract(fd, tempdir) File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 215, in extract z = zipfile.ZipFile(fd) File "C:\Users\AJU\AppData\Local\Programs\Python\Python39\lib\zipfile.py", line 1257, in init self._RealGetContents() File "C:\Users\AJU\AppData\Local\Programs\Python\Python39\lib\zipfile.py", line 1324, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While installing garden graph i m getting an error ...
command used
1
python garden install graph
error
` (venv) C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts>python garden.py install graph
[INFO ] [Logger ] Record log in C:\Users\AJU.kivy\logs\kivy_21-08-20_79.txt
[INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.3.0
[INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.3.0
[INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.3.1
[INFO ] [Kivy ] v2.0.0
[INFO ] [Kivy ] Installed at "C:\Users\AJU\PycharmProjects\KIVY\venv\lib\site-packages\kivy_init_.py"
[INFO ] [Python ] v3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)]
[INFO ] [Python ] Interpreter at "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\python.exe"
Downloading http://github.com/kivy-garden/garden.graph/archive/master.zip ...
Progression 1024 |
Progression 2048 /
Progression 3072 -
Progression 4096
Progression 5120 |
Progression 6144 /
Progression 7168 -
Progression 8192
Progression 9216 |
Progression 10240 /
Progression 11264 -
Progression 12012
Download done (12012 downloaded)
Extracting...
Cleaning...
Traceback (most recent call last):
File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 224, in
GardenTool().main(sys.argv[1:])
File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 84, in main
options.func()
File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 143, in cmd_install
self.extract(fd, tempdir)
File "C:\Users\AJU\PycharmProjects\KIVY\venv\Scripts\garden.py", line 215, in extract
z = zipfile.ZipFile(fd)
File "C:\Users\AJU\AppData\Local\Programs\Python\Python39\lib\zipfile.py", line 1257, in init
self._RealGetContents()
File "C:\Users\AJU\AppData\Local\Programs\Python\Python39\lib\zipfile.py", line 1324, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered: