Reputation: 523
I installed quantlib via conda install -c tonyroberts quantlib
, and i also have this in anaconda's installed libs:
but i have an error
import quantlib as ql
ModuleNotFoundError: No module named 'quantlib'
Upvotes: 0
Views: 752