You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* replace deprecated abstractproperty
* removed deprecated __unicode__
* bump up pytest to >= 7.2.0
* remove unecessary object class declaration
* cleanup metaclass declaration
* replace logbook with logging (#16)
* fix B904 flak8-bugbear warnings
* replaced logbook with logging
* replace logbook with logging (#17)
* fix B904 flak8-bugbear warnings
* change import style for logbook
* replaced with logging
* replaced logbook with logging
* changes to utils path
* wip sqlalchemy2.0
* exchange-calendar 4
* mock is part of unittest
* fix cmdline start end
* separate lint from test workflow
* enable black formatting workflow check
* separate black and lint from workflow
* drop python 3.7 support
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
Reproduction Steps
mamba install -c ml4t -c conda-forge zipline-reloaded=2.0.0.post1
can also be demonstrated with:
mamba install -c ml4t -c conda-forge yfinance
Workaround
The multitasking pacakge IS available on the ranaroussi channel, so this is a workaround (or solution I guess):
mamba install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded=2.0.0.post1
Cheers,
Richard.
The text was updated successfully, but these errors were encountered: