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
> _Aside:_ If you are using [Anaconda](https://www.anaconda.com/distribution/#download-section), you may experience an error caused by the linker:
299
-
>
300
-
> ```plaintext
301
-
> build/temp.linux-x86_64-3.7/torch/csrc/stub.o: file not recognized: file format not recognized
302
-
> collect2: error: ld returned 1 exit status
303
-
> error: command 'g++' failed with exit status 1
304
-
> ```
305
-
>
306
-
> This is caused by `ld` from the Conda environment shadowing the system `ld`. You should use a newer version of Python that fixes this issue. The recommended Python version is 3.8.1+.
0 commit comments