Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol not found: __ZN3c106detail19maybe_wrap_dim_slowIxEET_S2_S2_b #1513

Open
MLEnthousiast1 opened this issue Feb 10, 2024 · 0 comments
Open

Comments

@MLEnthousiast1
Copy link

  • PyTorch-Forecasting version: 1.0.0
  • PyTorch version: 2.2.0
  • Python version: 3.10.9
  • Operating System: MacOS 14.3.1 (Apple Silicon)

I installed PyTorch as well as PyTorch-Forecasting today in order to start a ML project. However, when running the code
from pytorch_forecasting import TimeSeriesDataSet

the following error occurred:
OSError: dlopen(/Users/username/miniforge3/envs/PyEnvironment/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so, 0x0006): Symbol not found: __ZN3c106detail19maybe_wrap_dim_slowIxEET_S2_S2_b
Referenced from: /Users/username/miniforge3/envs/PyEnvironment/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so
Expected in: /Users/username/miniforge3/envs/PyEnvironment/lib/python3.10/site-packages/torch/lib/libc10.dylib

Is there already a fix for this issue or is this issue new?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant