Andy Bulka
Andy Bulka
@gasinvein - thanks for that wheels JSON fragment, seems to have worked and taken me to the next error `ERROR: No matching distribution found for Cython>=0.29.14` - would you have...
Fair enough. So I generate the cython entry with `python flatpak-pip-generator.py cython --output pypi-dependencies_pip` and inserted that generated JSON into my main `org.andy.hello-python.json` and ran my usual `flatpak-builder --force-clean build-dir...
Its been happening to me, though if I do a release build viz. `flutter build windows --release`, it doesn't happen in the resulting exe. Even with `3.3.6`.
I've been stuck at 14% for a day. This is my second or third attempt. *Update* It finally finished. I had to cancel it and do it again several times,...
I get this too. I once ran it ok a few weeks ago on another Mac (intel) but now trying on my M1 Mac I get ``` /Users/andy/.npm/_npx/3c737cbb02d79cc9/node_modules/dalai/index.js:219 let [Core,...
@jopek Thanks for this. Though for some reason my browser page model select html never gets the attribute `selected` even though I choose the model from the dropdown, so your...
Looks like a problem with the wxPython OGL module - see https://github.com/wxWidgets/Phoenix/issues/2349. May have to work around this by bundling a local copy of OGL.py with the required float to...
I’ll take a look at this, thanks for reporting. Yes I’ll need to build with a later version of Python and probably tweak the pynsource parser. If you run into...
Current status is that I've updated the source code so it runs under python 3.10 (there were quite a few float to int conversion issues). This allows pynsource to parse...
I've created a draft release https://github.com/abulka/pynsource/releases/tag/pre-36 which should parse Python 3.10 syntax. Feedback is welcome.