#๐Ÿ”’ I'm trying to install a repo but I have issues

40 messages ยท Page 1 of 1 (latest)

steep fulcrumBOT
#

@tired flower

Python help channel opened

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.

tired flower
#

this is the issue

pallid bronze
#
ModuleNotFoundError: No module named 'setuptools.extern.six'```
tired flower
#

what am I supposed to do with that

pallid bronze
#

it doesnt find the module you're lookign for

tired flower
#

I'm not looking for anything

shell sky
#

Is this on Linux?

tired flower
#

I'm installing something from github

tired flower
#

Arch based one

shell sky
#

Do you have the python-dev package installed?

tired flower
#

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 โฏ 
shell sky
fallow perch
#

I wonder

#

Would venv work?

tired flower
#
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โ€

tired flower
fallow perch
#

Oh nvm then

tired flower
#

I added verbose

shell sky
#

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.

tired flower
#

this is in the requirements.txt

shell sky
#

What version of setuptools?

tired flower
shell sky
#

pip list

tired flower
# shell sky `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

shell sky
#

Is this on Python3.12?

tired flower
shell sky
#

One thing I saw is to use at least Numpy 1.23.0 with Python 3.12. Is that something you can do?

steep fulcrumBOT
#
Python help channel closed

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.