varioustoxins

Results 10 comments of varioustoxins

to answer my own question after some digging it looks like you can do this.... if you normally have ```python import typer app = typer.Typer() if __name__ == '__main__': app()...

I think this has merit. Asserts really make more sense as a part of testing. Since we currently don’t cover testing in that much depth but do cover almost by...

I thinks the problem was windows doesn't support the c compilation and 0.4.0 is only specified as being 3.12 + on PyPI. I am most probably heading back to format...

this is also discussed here, binary wheels are provided so it shouldn't need to build the c

here you go [output.txt](https://github.com/user-attachments/files/17078117/output.txt)

just running it as a command as you did... it maybe a centos 7 oddity it is quite old, I have tried it on a couple of centos 7 installations,...

Hi Charlie I should be able to, but it will take a little while as I am currently on holiday till the 24th and I will need an hour or...

hi Charlie so back from holidays illness and family emergencies here is a docker build file to make a working centos 7 system ------------------8

I did some more digging... with the same image if I do ``` uv python install 3.12 uv venv test source test/bin/activate uv pip install pynmrstar python ``` and then...

Hi Charlie Thanks you so much for looking at this, the explanation makes it clear whats going on. Since I develop nef-pipelines I can fix that by upgrading the dependency...