-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation instructions #139
Comments
I would also add |
It would be best to also report a bug at the xdesign repo. I see that |
Good idea. Added an issue (AdvancedPhotonSource/xdesign#77) in the xdesign repo. |
Specifically what kind of install has incorrect instructions? From pip or from github? GPU or CPU? Developer or user? |
For jaxlib, we currently recommend something like
but it seems that
is now a cleaner way of installing, no? Or does this only upgrade jax, and not the jaxlib dependency? For astra-toolbox, we currently recommend
but the version available via pip is now a lot more recent. |
The cleaner way of installing jax will (I believe) give you the latest version of jax and jaxlib, not the pinned one needed by SCICO. For astra, we currently recommend the conda version and conda version is more recent. This is fine, right? |
You're right. I had just assumed that we were recommending pip installation since that's the default for everything else. OK, then I guess nothing to do here other than to add a note on |
Wouldn't we would also have to modify the GPU install command to reflect the newer version of jax in scico : |
It seems that we do recommend installation of the The instructions in https://scico.readthedocs.io/en/latest/install.html#additional-dependencies seem to be correct. Should I add a note in docs/source/contributing.rst that astra should be installed via the conda command and the rest via pip using Another way to handle this would be to 1) split |
For now, let's just add the note to When possible, though, we should discuss
|
Added a note in There seem to be more duplications regarding building of docs. We should discuss how to consolidate these and avoid duplications. My inclination is to:
|
Agreed. |
Made the changes in pull request #154 |
Fixed in pull request #154 |
The installation instructions need to be updated to reflect the new recommended way of installing
jaxlib
. Updating of theastra-toolbox
installation instructions should also be considered since the conda version (2.0.0) is now substantially more recent than the pip version (1.8b5).Also note https://scico.readthedocs.io/en/latest/contributing.html#scico-dev-contributing does not mention
dev_requirements.txt
and it probably should.The text was updated successfully, but these errors were encountered: