Scott Robertson
Scott Robertson
Ah, I'm using my system python... tried on fresh machine and there are dependencies: >The current project's supported Python range (>=3.5,=3.9, so it will not be satisfied for Python >=3.5,
Oldest python version available on my machine appears to be 3.6: https://wiki.archlinux.org/title/python 3.6 and 3.7 are tagged with "unmaintained". Seeing as how this is a DoD spec'ed protocol, shouldn't the...
> Looking good. > > Is there any benefit to keeping the setup.py if the use of poetry is merged here? I'm not 100% on details. Just that it would...
Ah, this can be tested with: `pip install git+https://github.com/scottrbrtsn/open-dis-python@pyproject-poetry-init`
Maybe consider a `pyproject.toml`? https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ for enabling poetry-like integrations: https://python-poetry.org/docs/pyproject/
This issue would make installing to Dockerfiles much easier also. I'm wondering if a docker swarm/k8s example would be worth the effort?
fysa it appears that `open-dis-python` requires `numpy` which requires python 3.9 per: https://github.com/open-dis/open-dis-python/pull/50#issuecomment-1972350387
Didn't think of this option: `pip install git+https://github.com/open-dis/open-dis-python` works as is until a package is created in the global pypi.
might be related to: https://youtrack.jetbrains.com/issue/PY-23417
can confirm `poetry add cuda-python` works fine. ` • Installing cuda-python (12.4.0)` Then from `./cuda/tests/` ran `poetry run pytest test_cuda.py` and tests pass. `test_cuda.py ........................s. [100%]` Most likely is a...