ModuleNotFoundError: No module named '_ctypes' #17475
Unanswered
ViewtifulDave
asked this question in
Q&A
Replies: 1 comment
|
On Debian/Ubuntu, install the build dependency first: sudo apt update
sudo apt install libffi-dev python3-dev
python3 -c "import _ctypes; print('ok')"If Python came from pyenv or was compiled from source, installing Run |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://www.reddit.com/r/StableDiffusion/comments/10zfnlj/novice_guide_how_to_fully_setup_linux_to_run/
I followed this guide except with modern python and modern rocm version and I'm getting this error. I can't seem to get rocm 5.4 or 5.7 for some reason.
Help would be greatly appreciated
All reactions