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

Zipline Reloaded v.2.0.0.post1 requires yfinance with broken dependency #17

Closed
RichardDale opened this issue May 5, 2021 · 1 comment

Comments

@RichardDale
Copy link

Dear Zipline Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

Win10/64 Python 3.8 Anaconda

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.

@stefan-jansen
Copy link
Owner

Sorry, just now updated the instructions to read:

conda install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded

stefan-jansen pushed a commit that referenced this issue Jan 7, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants