-
Notifications
You must be signed in to change notification settings - Fork 219
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
Mamba/Conda installs 2.0.0.rc4 instead of 2.0.0.post1 #16
Comments
Woarkaround to install this specific version: mamba install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded=2.0.0.post1 (note the -c ranaroussi is required because of the issue posted in: #17 ) |
Updated the instructions - see other issue. On Windows and Ubuntu with Python 3.7/3.8, conda installs 2.0.0.post1; this may have been a matter of updating |
Just by the way, on an existing install of 2.0.0rc4 (Win10x64) the conda instruction didn't do anything:
The mamba one, however, worked as expected:
|
|
FYI, can confirm this resolved. Must have been an early dependency gotcha that got fixed along the way. |
* 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
Hi Stefan,
Nice work on packaging up 2.0.0.post1 - I've seen the recent commits and it looks like a complex task juggling all those items.
However, using either conda or mamba installs 2.0.0.rc4 instead of 2.0.0.post1
Perhaps you need to change the versioning convention? 2.0.1 might be better?
Reproduction Steps
conda create -n zip38 python=3.8
conda activate zip38
conda install -c ml4t -c conda-forge
conda create -n zip38 python=3.8
conda activate zip38
conda install -y -c conda-forge mamba
mamba install -c ml4t -c conda-forge
Cheers,
Richard.
The text was updated successfully, but these errors were encountered: