Open icasimpan opened 1 year ago
after you use the workaround, I am getting error ImportError: cannot import name 'backtest' from 'fastquant' (unknown location)
Any suggestions?
after you use the workaround, I am getting error
ImportError: cannot import name 'backtest' from 'fastquant' (unknown location)
Any suggestions?
just restart the kernel. it will work
Problem description
More of an issue with the version in pypi.org than a current bug, already fixed in commit https://github.com/enzoampil/fastquant/commit/df6d605f2c9b6b147fdf5f4f8f958953ce71076b
Example
Expected behavior
It's not supposed to break. Fixed the issue same as what was done in https://github.com/enzoampil/fastquant/commit/df6d605f2c9b6b147fdf5f4f8f958953ce71076b and the module worked fine.
Workaround
Simply install using the master branch instead of using pypi version:
Environment