Zipline Generating Errors

Hi Brian,

I’m getting the errors below when trying to run Zipline:

ModuleNotFoundError: No module named 'numpy.testing.nosetester'

AttributeError: module ‘pandas.core.indexing’ has no attribute ‘get_indexers_list’

Any idea how to fix this?

Thank you,

Bruno

It sounds like you customized the environment and messed up the versions. Zipline is very sensitive to versions so customizing the environment is not officially supported. A better approach is to run your custom requirements in a satellite container, which you can call from Zipline.

Work is in progress to make Zipline work with newer package versions, which should hopefully make it more practical to install extra packages in the zipline container.