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

Move to a conda-only install of pymc #297

Closed
1 task done
drbenvincent opened this issue Mar 4, 2024 · 1 comment · Fixed by #304
Closed
1 task done

Move to a conda-only install of pymc #297

drbenvincent opened this issue Mar 4, 2024 · 1 comment · Fixed by #304
Assignees
Labels
devops DevOps related

Comments

@drbenvincent
Copy link
Collaborator

drbenvincent commented Mar 4, 2024

  • Related to install pymc in the recommended manner for remote workflows #279
  • The recommended install instructions for PyMC is via conda, not pip. We are already doing that, but it seems that at a later step in the setup of the environment that we are basically overwriting that with a pip installed pymc.
  • Based on experience with other repo's, it seems that we'll have to:
    • Remove the package dependencies from pyproject.toml and instead place them in environment.yml
    • Build the environment from this new environment.yml
    • Update the instructions in CONTRIBUTING.md
  • We shou also re-run the notebooks which show WARNING (pytensor.tensor.blas): Using NumPy C-API based implementation for BLAS functions. because this is indicative of pymc being pip installed rather than conda installed.
@drbenvincent drbenvincent added the devops DevOps related label Mar 4, 2024
@drbenvincent drbenvincent self-assigned this Mar 4, 2024
@drbenvincent drbenvincent changed the title Move to a condo-only install of pymc Move to a conda-only install of pymc Mar 4, 2024
@drbenvincent
Copy link
Collaborator Author

Note to self: this is being addressed in the some-devops branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant