... | ... | @@ -60,7 +60,7 @@ ERROR: Could not build wheels for mpi4py, which is required to install pyproject |
|
|
|
|
|
To solve this go to the folder where you have compiler_compat, remove the ld folder and symbolic link:
|
|
|
```
|
|
|
cd /home/avilanov/anaconda3/compiler_compat/
|
|
|
cd /home/{username}/anaconda3/compiler_compat/
|
|
|
rm -f ld
|
|
|
ln -s /usr/bin/ld ld
|
|
|
```
|
... | ... | |