Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

CUDNN, BadZipFile: file is not a zip file #133

Open
TeKett opened this issue Oct 14, 2023 · 2 comments
Open

CUDNN, BadZipFile: file is not a zip file #133

TeKett opened this issue Oct 14, 2023 · 2 comments

Comments

@TeKett
Copy link

TeKett commented Oct 14, 2023

Trying to install on win10, it says the "cudnn_windows.zip" file is not a zip file. It gives me the option to press any key and then closes. When i try to run the StableTuner.cmd (Which i assume is the executable?) it just runs some commands that is too fast to read and then closes.

@wyxos
Copy link

wyxos commented Oct 22, 2023

Experiencing a similar issue

Traceback (most recent call last):
  File "D:\StableTuner\scripts\windows_install.py", line 161, in <module>
    with zipfile.ZipFile('cudnn_windows.zip','r') as zip_ref:
  File "C:\Users\username\anaconda3\envs\ST\lib\zipfile.py", line 1258, in __init__
    self._RealGetContents()
  File "C:\Users\username\anaconda3\envs\ST\lib\zipfile.py", line 1325, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

@wyxos
Copy link

wyxos commented Oct 22, 2023

Happens right after it logs "Downloading CUDNN 8.6"

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

No branches or pull requests

2 participants