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

PyPi Package not up to date #34

Open
marcmaliar opened this issue May 15, 2024 · 4 comments
Open

PyPi Package not up to date #34

marcmaliar opened this issue May 15, 2024 · 4 comments

Comments

@marcmaliar
Copy link

Describe the bug

PyPi package is not up to date.

Earlier version does not have utilities.py and safe import of backends (running without an optional backend like cupy).

To Reproduce

  1. pip install multinterp
  2. Try to run Warped2D Jupyter Notebook

Alternatively

  1. Download tar gz from PyPi
  2. Verify that utilities.py is not present

Expected behavior

Jupyter Notebook runs without problems

Screenshots

Screenshot 2024-05-15 at 12 54 02 PM Cupy not in requirements.txt Screenshot 2024-05-15 at 12 53 30 PM

Desktop:

  • OS: MacOS
@marcmaliar
Copy link
Author

I can't even download a version from here because _version not defined:
Screenshot 2024-05-21 at 8 25 53 PM

@alanlujan91
Copy link
Owner

once you clone this repo, have you done pip install -e . ?

That should install the repo for development and create _version which is dynamically generated.

@marcmaliar
Copy link
Author

Ok - did not know this before

@alanlujan91
Copy link
Owner

yes, I need to write that in the documentation

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