You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv pip install torch-scatter
Failed to build `torch-scatter==2.1.2`
βββΆ The build backend returned an error
β°ββΆ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1)
ModuleNotFoundError: No module named 'torch'
hint: This error likely indicates that `[email protected]` depends on `torch`, but doesn't declare it as a build dependency. If `torch-scatter`
is a first-party package, consider adding `torch` to its `build-system.requires`. Otherwise, `uv pip install torch` into the environment and
re-run with `--no-build-isolation`.
Versions
python 3.12
uv run python3 collect_env.py is throwing errors about splitline.
Python 3.12.8 (main, Jan 5 2025, 06:55:30) [Clang 19.1.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch; print(torch.version.cuda)
None
>>> import torch; print(torch.__version__)
2.6.0
>>> from torch_geometric.data import Data
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'torch_geometric'
The text was updated successfully, but these errors were encountered:
π Describe the bug
Unable to import torch-geometric with uv
Versions
python 3.12
uv run python3 collect_env.py is throwing errors about splitline.
The text was updated successfully, but these errors were encountered: