yordan-bankov
Results
2
comments of
yordan-bankov
1. I had tried "pip install PyPortfolioOpt" and received error for "m.lib". 2. Then I made "pip install --no-dependencies PyPortfolioOpt" - successfully. 3. Executed "pip install cvxopt" that gave me...
Yes PyPortfolioOpt works, but: RuntimeError: "module compiled against API version 0xe but this version of numpy is 0xd" 7. Executed "pip uninstall numpy" - successfully. 8. Executed "pip install numpy"...