AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

Build Windows binaries with action #153

Closed kagekiyo7 closed 3 months ago

kagekiyo7 commented 3 months ago

It will only be kept for a maximum of 90 days, but please consider it.

https://github.com/marketplace/actions/pyinstaller-windows or https://github.com/marketplace/actions/build-executables-or-extension-modules-from-python-projects

AlexAplin commented 3 months ago

Artifacts published, will be included on major releases

kagekiyo7 commented 3 months ago

Thank you. For now the windows binary seems to occur error.

Traceback (most recent call last):
  File "src\nndownload.py", line 24, in <module>
ModuleNotFoundError: No module named 'aiohttp'
[11580] Failed to execute script 'nndownload' due to unhandled exception!
AlexAplin commented 3 months ago

Should be fixed now.

kagekiyo7 commented 3 months ago

occur this error next.

Traceback (most recent call last):
  File "src\nndownload.py", line 33, in <module>
ModuleNotFoundError: No module named 'ffmpeg_dl'
[21920] Failed to execute script 'nndownload' due to unhandled exception!
kagekiyo7 commented 3 months ago

Rewriting like this to it will make it an absolute path, which I think resolve the problem. (in nndownlod.py) from src.ffmpeg_dl import FfmpegDL, FfmpegDLException