Is there anyway to install graph-tool dependency u...
# general
g
Is there anyway to install graph-tool dependency using pants? (They don't publish a wheel) https://graph-tool.skewed.de/installation.html#native-installation
n
Could you use a Pants Environment based on their docker image (or otherwise create a docker image)?
g
It becomes an issue when trying to do things like unit testing with pytest.
I can definitely get it working in a docker container.
n
Sure - but you could run the unit tests in the environment as well?
g
Maybe? I don't know.