AndCycle
AndCycle
I original write SQLite cache because there is too much problem with `FileCache`, primarily due to it's file locking implement have tons of issue if used on win32, I think...
@thechief389 comment edited, as it's a strip down version of my original complex code with multi-consumer and have mem cache layer I did't verify it well, but you get the...
hit similar one with concurrent.futures.ThreadPoolExecutor on current dev ver.
EDIT: not 100% reproducible, probably false report or some weird interaction hidden somewhere. got some probably related issue with gevent 1.4.0 under python 3.7.2, as I use patched `subprocess.run` to...
https://docs.python.org/3/library/os.html#os.O_TMPFILE
and probably also handle Broken pipe error ``` Traceback (most recent call last): File "./runtime/bin/youtube-upload", line 11, in load_entry_point('youtube-upload==0.8.0', 'console_scripts', 'youtube-upload')() File "/home/andcycle/proj/youtube-upload/runtime/lib/python3.4/site-packages/youtube_upload/main.py", line 264, in run sys.exit(lib.catch_exceptions(EXIT_CODES, main, sys.argv[1:]))...
I get caught by `ERROR: libbluray not found using pkg-config` too ``` PKG_CONFIG_PATH=/tmp/tmp.1632314428.wRIGkFOwPW/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/lib/pkgconfig PATH=/tmp/tmp.1632314428.wRIGkFOwPW/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/bin:$PATH ./configure --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=ffmpeg-windows-build-helpers --enable-version3 --disable-debug --disable-w32threads --arch=x86_64 --target-os=mingw32 --cross-prefix=/tmp/tmp.1632314428.wRIGkFOwPW/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/bin/x86_64-w64-mingw32- --enable-libcaca --enable-gray --enable-libtesseract --enable-fontconfig --enable-gmp --enable-gnutls...
https://github.com/AndCycle/ffmpeg-windows-build-helpers/commit/b4b48b74598dbe113b6583b10b3ed94ab1cb8a76 I did some random fix which can build in one shot on my system without any pkg-config issue, and I have no clue about why this works, haven't clean...
do another credential file, that's all.
just use python3 which will save you a lot of trouble