This commit is contained in:
dosangyoon
2022-08-05 14:34:46 +09:00
parent 40534b87d5
commit fe159bac34
3 changed files with 23 additions and 2 deletions

View File

@@ -1,2 +1,13 @@
# StockPredictor
## Troubleshoot
1. OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized.
```
import os
os.environ[KMP_DUPLICATE_LIB_OK]=True
```
추가하거나 다음 패키지를 설치한다.
```
> conda install nomkl
```