Mizu
Mizu
From what I've read the used dependency dbus-python is "out of date" or deprecated. And as it doesn't install on ubuntu 20.04 (and presumably later?) I tried to replace it...
duplicate of/related to #61 ?
> I tried doing just the updates (same code, just installed different reqs versions) and am getting this error now: > > ``` > File "/home/micael/.local/pipx/venvs/nxbt/lib/python3.10/site-packages/dns/namedict.py", line 35, in >...
Oh, okay. Mine runs on python 3.92 with dnspython 1.16.0, no issues there. Since it's not a direct dependency I'd hope it would update to the newest one available. As...
@SuperOkazaki I assume you installed the nxbt package and tried to run that? That package is in a state of using new libs through its direct dependencies causing it to...
I checked the steps Micael posted. They worked fine for me too. So you might be able to get it running with a fresh install and pipx. I wonder if...
> When I tried to run `pipx install nxbt` I got this error (I already have microsoft visual C++ or greater) > > ``` > C:\Users\owner\.local\pipx\logs\cmd_2022-08-27_19.59.17_pip_errors.log > > pip failed...
related to #61. (updating the dependencies to more recent flask versions works)
I'd like to try updating the dependencies. from what I see they are about a year old and some libs had major upgrades which introduce breaking changes. also, from what...
> same error here, any ideas? although I should try updating the dependencies yet again, you could try the branch that I've linked (not tested for a while)