Open
Description
🐛 Bug
Error when building torch/xla
To Reproduce
In a VM (CloudTop):
- I create a conda virutal environment with Python 3.12
- I clone PyTorch
- I clone torch/xla
- I download a docker image:
[us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu](http://us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu)).
- I run
docker run
with the image (mapping my working directory into the container) - I run
docker exec
- I build PyTorch
python setup.py bdist_wheel
python setup.py develop
pip install .
- I attempt to build torch/xla
python setup.py develop
but I get an error- Full stack trace: https://paste.googleplex.com/5328491167612928
Metadata
Metadata
Assignees
Labels
No labels