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

ModuleNotFoundError: No module named 'pypfopt.efficient_frontier' #590

Open
anandkajave24 opened this issue Mar 29, 2024 · 1 comment
Open
Labels
packaging A problem with installation, dependencies, versioning

Comments

@anandkajave24
Copy link

ModuleNotFoundError Traceback (most recent call last)
Cell In[9], line 4
2 import numpy as np
3 import matplotlib.pyplot as plt
----> 4 import pypfopt
5 from pypfopt import risk_models, expected_returns, plotting
6 pypfopt.version

File :259, in load_module(self, fullname)

File c:\Users\renuk\AppData\Local\Programs\Python\Python39\lib\site-packages\pyportfolioopt-1.5.5-py3.9.egg\pypfopt_init_.py:8
6 from .cla import CLA
7 from .discrete_allocation import DiscreteAllocation, get_latest_prices
----> 8 from .efficient_frontier import (
9 EfficientCDaR,
10 EfficientCVaR,
11 EfficientFrontier,
12 EfficientSemivariance,
13 )
14 from .hierarchical_portfolio import HRPOpt
15 from .risk_models import CovarianceShrinkage

ModuleNotFoundError: No module named 'pypfopt.efficient_frontier'

@anandkajave24 anandkajave24 added the packaging A problem with installation, dependencies, versioning label Mar 29, 2024
@smenon1999
Copy link

Also getting this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging A problem with installation, dependencies, versioning
Projects
None yet
Development

No branches or pull requests

2 participants