tiliaqt / transkit

Pharmacokinetic tools for transgender hormone therapy.
49 stars 2 forks source link

poetry install -D doesn't seem to exist anymore #2

Open LillyWho opened 3 years ago

LillyWho commented 3 years ago

Haya!

As the headline says, I've just tried installing the dependencies as you described and it wanted nothing to do with the -D parameter. Instead, plainly running poetry install has kicked off everything. Hence the install.sh also needs adjusting.

Python 3.9 on macOS Big Sur, MacPorts.

Pinjontall94 commented 2 years ago

Just tried installing with just poetry install, but it fails at pyzmq. Installing pyzmq manually with poetry shell followed by pip install pyzmq does install pyzmq, but it can't install the version specified by poetry :/

Pinjontall94 commented 2 years ago

Interesting! I'll check if the same happens again, but although poetry install failed on Fedora 35, it is working on Arch Linux

evestroud commented 11 months ago

The pyzmq error is still occurring, when I tried to run this on Windows about a year ago and on Arch now. I don't know this toolchain well enough to try to fix it.