#๐ I'm trying to install a repo but I have issues
40 messages ยท Page 1 of 1 (latest)
@tired flower
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
this is the issue
ModuleNotFoundError: No module named 'setuptools.extern.six'```
okay?
what am I supposed to do with that
it doesnt find the module you're lookign for
I'm not looking for anything
Is this on Linux?
I'm installing something from github
Do you have the python-dev package installed?
python-dev
fish: Unknown command: python-dev
I guess not
sudo pacman -S python-dev
[sudo] password for sdpro:
error: target not found: python-dev
~/Real-Time-Voice-Cloning master
.venv โฏ
Hmm...this may not be a thing on Arch based distros. On Debian, Python ships without the headers needed for building some packages. The only thing I could find was this: https://bbs.archlinux.org/viewtopic.php?pid=299472#p299472
I have added it
Argument is not a number: 'Visual'
/usr/share/cachyos-fish-config/conf.d/done.fish (line 155):
and test $__done_initial_window_id -eq (hyprctl activewindow | awk 'NR==13 {print $2}')
^
in function '__done_is_process_window_focused'
called on line 225 of file /usr/share/cachyos-fish-config/conf.d/done.fish
in function '__done_ended' with arguments 'pip\ install\ -r\ requirements.txt\n'
in event handler: handler for generic event โfish_postexecโ
it's already in venv
Oh nvm then
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I added verbose
Only thing I can think of is that this version of numpy is not supported by this version of setuptools. I'd try with an older version and see if this helps.
numpy==1.20.3
this is in the requirements.txt
What version of setuptools?
where do I check that?
pip list
pip list
Package Version
------------------------ ------------
filelock 3.13.1
fsspec 2024.2.0
Jinja2 3.1.3
MarkupSafe 2.1.5
mpmath 1.3.0
networkx 3.2.1
numpy 1.26.3
nvidia-cublas-cu11 11.11.3.6
nvidia-cuda-cupti-cu11 11.8.87
nvidia-cuda-nvrtc-cu11 11.8.89
nvidia-cuda-runtime-cu11 11.8.89
nvidia-cudnn-cu11 8.7.0.84
nvidia-cufft-cu11 10.9.0.58
nvidia-curand-cu11 10.3.0.86
nvidia-cusolver-cu11 11.4.1.48
nvidia-cusparse-cu11 11.7.5.86
nvidia-nccl-cu11 2.20.5
nvidia-nvtx-cu11 11.8.86
pillow 10.2.0
pip 24.1.1
setuptools 70.1.1
six 1.16.0
sympy 1.12
torch 2.3.1+cu118
torchaudio 2.3.1+cu118
torchvision 0.18.1+cu118
typing_extensions 4.9.0
wheel 0.43.0
ah 70.1.1
Is this on Python3.12?
3.12.4
One thing I saw is to use at least Numpy 1.23.0 with Python 3.12. Is that something you can do?
Also, it looks like this is a result of distutils being deprecated: https://github.com/numpy/numpy/releases/tag/v1.23.0
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.