Replies: 1 comment
-
大坑,官方没支持到3.12,python版本降到3.10就可以了 |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello everyone,
I’m encountering an issue while trying to install the “autoawq” package using pip. The error message I receive is as follows:
C:\WINDOWS\system32>pip install autoawq
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement autoawq (from versions: none)
ERROR: No matching distribution found for autoawq
or
C:\WINDOWS\system32>pip install autoawq@https://github.com/casper-hansen/AutoAWQ.git
Defaulting to user installation because normal site-packages is not writeable
Collecting autoawq@ https://github.com/casper-hansen/AutoAWQ.git
Downloading https://github.com/casper-hansen/AutoAWQ.git
\ 369.9 kB 721.9 kB/s 0:00:00
ERROR: Cannot unpack file C:\Users\yvhan\AppData\Local\Temp\pip-unpack-nzjbuuyu\AutoAWQ.git (downloaded from C:\Users\yvhan\AppData\Local\Temp\pip-install-cv1xxdm6\autoawq_1ae396e7919942539bc0a1bcf6e4ab4d, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\yvhan\AppData\Local\Temp\pip-install-cv1xxdm6\autoawq_1ae396e7919942539bc0a1bcf6e4ab4d
Here are some additional details:
or
C:\WINDOWS\system32>pip install --user autoawq
ERROR: Could not find a version that satisfies the requirement autoawq (from versions: none)
ERROR: No matching distribution found for autoawq
Python Version: Python 3.12
CUDA Version: Installed CUDA 12.4.1
Graphics Card: NVIDIA GPU 4070 ti super
Command Prompt: Launched in administrator mode
I’ve tried various troubleshooting steps, but I’m still unable to resolve this issue. Any guidance or suggestions would be greatly appreciated!
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions