Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Current version of bmi-tester is not pip-installable #33

Open
mdpiper opened this issue Jan 26, 2023 · 2 comments
Open

Current version of bmi-tester is not pip-installable #33

mdpiper opened this issue Jan 26, 2023 · 2 comments

Comments

@mdpiper
Copy link
Member

mdpiper commented Jan 26, 2023

I tried to install bmi-tester with pip on Linux and it failed. Here are my steps:

mamba create -n test -c conda-forge python pip
conda activate test
pip install bmi-tester &> install.log

I've attached the install.log file. Note that pip fetched an older version of bmi-tester, v0.5.4.

I can install the current version of bmi-tester, v0.5.5, with conda/mamba.

install.log

@mdpiper
Copy link
Member Author

mdpiper commented Jan 26, 2023

I think bmi-tester just needs a little tlc. I can work on it in the next couple weeks.

@mdpiper
Copy link
Member Author

mdpiper commented Dec 10, 2023

Oh, I see--v0.5.5 uses gimli.units, which is pip-installable, but it's built on udunits, which isn't (it's conda-installable, or you can use an OS package, or you can build it from source).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant