Open gwaybio opened 1 month ago
Sorry for late response I have been on leave! I will update the readme with more info on installation options and how to use the package soon. In the meantime it can be installed via pip directly from GitHub using pip install git+https://github.com/hwarden162/cellgenerator.git
or if you have cloned it and are in the directory then you can install it using pip install -e .
.
No worries @hwarden162 - I had time today to get back into this, but I am still receiving the same error message.
Maybe @d33bs can take a 6 min look? The answer might be Greg needs to update macOS
Taking a look at the logs it looks like scipy may not have a build for python 3.13 on macos, and it's trying but failing to build from source through poetry. The python version constraints could be loosened within the pyproject.toml file to possibly avoid this with a prebuilt scipy.
Thanks @d33bs ! I relaxed the version constraints and it worked!
I think we can close this out after merging #2, but I'll leave the discussion open for now
Thanks for releasing this work @hwarden162 - I'm wondering if you can provide installation instructions in the README?
I currently tried installing with
poetry install
and received the following error: