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
When running the ./install_requirements.sh script it starts installing until I receive following error
ERROR: Cannot install timm==1.0.7, torch==2.6.0, torchaudio==2.6.0 and torchvision==0.21.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==2.6.0
torchvision 0.21.0 depends on torch==2.6.0
timm 1.0.7 depends on torch
torchaudio 2.6.0 depends on torch==2.7.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Versions
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: macOS 15.3.2 (arm64)
GCC version: Could not collect
Clang version: 16.0.0 (clang-1600.0.26.6)
CMake version: version 3.31.6
Libc version: N/A
Python version: 3.10.0 (default, Mar 3 2022, 03:54:28) [Clang 12.0.0 ] (64-bit runtime)
Python platform: macOS-15.3.2-arm64-arm-64bit
Is CUDA available: N/A
CUDA runtime version: Could not collect
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: N/A
The text was updated successfully, but these errors were encountered:
cobernhart
changed the title
./install_requirements.sh fails due to conflicting dependencies.
(release/0.5) ./install_requirements.sh fails due to conflicting dependencies.
Mar 16, 2025
I encountered the same error today using the latest release, v0.5.0a0. On an M1 MacBook Pro.
Edit: I don't think this is directly relevant, but adding for completeness. I was able to successfully build on the same M1 MacBook Pro, inside a Linux Fedora VM in VMWare Fusion.
🐛 Describe the bug
I am on a Mac M2 machine and have followed exactly this tutorial for setup:
https://pytorch.org/executorch/stable/getting-started-setup.html#quick-setup-colab-jupyter-notebook-prototype
When running the ./install_requirements.sh script it starts installing until I receive following error
Versions
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: macOS 15.3.2 (arm64)
GCC version: Could not collect
Clang version: 16.0.0 (clang-1600.0.26.6)
CMake version: version 3.31.6
Libc version: N/A
Python version: 3.10.0 (default, Mar 3 2022, 03:54:28) [Clang 12.0.0 ] (64-bit runtime)
Python platform: macOS-15.3.2-arm64-arm-64bit
Is CUDA available: N/A
CUDA runtime version: Could not collect
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: N/A
CPU:
Apple M2
Versions of relevant libraries:
[pip3] numpy==1.21.3
[conda] numpy 1.21.3 pypi_0 pypi
cc @larryliu0820 @jathu @lucylq
The text was updated successfully, but these errors were encountered: