Open bass000 opened 1 month ago
it might be linked to the fact that I have python 3.13 (cf. https://github.com/pytorch/pytorch/issues/130249)
built successfully in a python 3.12 virtualenv:
python3.12 -m venv .venv
source .venv/bin/activate
pip install yt2doc
Thanks for reporting this issue. It looks like a Pytorch issue to me indeed. For now, I plan to add ...,<3.13
in the requires-python
in the pyproject.toml of this project.
I have the same bug on macOS
@pythongod Are you using Python 3.13? There is a known issue with pytorch at 3.13 as mentioned above.
Meanwhile, can you try
pipx install --python 3.12 yt2doc
?
I have a dependency issue on pytorch, but I don't understand where the conflict is coming from..
The logs is not helpful: