spksrc icon indicating copy to clipboard operation
spksrc copied to clipboard

FlexGet install cloudscraper package

Open CorentinWicht opened this issue 11 months ago • 0 comments

Is this a new Bug?

  • [X] I checked that the bug hasn't been reported before

Package Name

Flexget

Package Version

3.7.10

Device Model

Synology DS118

Device Architecture

AArch64 (ARMv8)

Firmware Version

DSM 7.2.1-69057

What happened?

Dear Developpers,

I am trying to install the Cloudflare Scraper python package following the FlexGet website instructions.

I could install it in the pip env of the FlexGet installation folder (see Reproduction Steps below) but the FlexGet webUI keeps telling me that the cloudscraper package is missing: image

That package seems to be very much required for FlexGet to retrieve anything as most sources use the anti-bot page by cloudflare, for e.g.: https://flexget.com/en/Searches/cpasbien

Thanks for your support, Best,

C.

Reproduction steps

  1. navigated with SSH to: /var/packages/flexget/target/env

  2. activated the pip env with: source bin/activate

  3. installed the package with:

$ pip install cloudscraper
Defaulting to user installation because normal site-packages is not writeable
Collecting cloudscraper
  Downloading cloudscraper-1.2.71-py2.py3-none-any.whl.metadata (19 kB)
Requirement already satisfied: pyparsing>=2.4.7 in ./lib/python3.11/site-packages (from cloudscraper) (3.0.9)
Requirement already satisfied: requests>=2.9.2 in ./lib/python3.11/site-packages (from cloudscraper) (2.31.0)
Requirement already satisfied: requests-toolbelt>=0.9.1 in ./lib/python3.11/site-packages (from cloudscraper) (1.0.0)
Requirement already satisfied: charset-normalizer<4,>=2 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in ./lib/python3.11/site-packages (from requests>=2.9.2->cloudscraper) (2022.12.7)
Downloading cloudscraper-1.2.71-py2.py3-none-any.whl (99 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.7/99.7 kB 211.1 kB/s eta 0:00:00
  1. Double-checked that the package was properly installed with:
$ pip freeze
aniso8601==9.0.1
APScheduler==3.10.1
attrs==22.1.0
autocommand==2.2.2
babelfish==0.6.0
beautifulsoup4==4.11.1
Brotli==1.0.9
build==0.10.0
CacheControl==0.12.14
cachy==0.3.0
certifi==2022.12.7
cffi==1.15.1
cfscrape==2.1.1
chardet==5.1.0
charset-normalizer==2.1.1
cheroot==9.0.0
CherryPy==18.8.0
cleo==2.0.1
click==8.1.3
clikit==0.5.1
cloudscraper==1.2.71
[...]

Install Log

2024/03/22 15:47:09     install flexget 3.7.10-13 Begin preinst
2024/03/22 15:47:09     Begin load_variables_from_file
2024/03/22 15:47:09     End load_variables_from_file
2024/03/22 15:47:09     Begin initialize_variables
2024/03/22 15:47:09     End initialize_variables
2024/03/22 15:47:09     ===> Step preinst. STATUS=INSTALL USER=sc-flexget GROUP= SHARE_PATH=
2024/03/22 15:47:09     install flexget 3.7.10-13 End preinst ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mkdir -p /volume1/@appstore/flexget -m 755
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mkdir -p /volume1/@appstore/flexget -m 755 ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/rm -rf /volume1/@appstore/flexget
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/rm -rf /volume1/@appstore/flexget ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/package /volume1/@appstore/flexget
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/package /volume1/@appstore/flexget ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/rm -rf /var/packages/flexget
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/rm -rf /var/packages/flexget ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mkdir -p /var/packages/flexget -m 755
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mkdir -p /var/packages/flexget -m 755 ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/touch /var/packages/flexget/installing
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/touch /var/packages/flexget/installing ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/INFO /var/packages/flexget/INFO
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/INFO /var/packages/flexget/INFO ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/rm -rf /var/packages/flexget/scripts
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/rm -rf /var/packages/flexget/scripts ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/scripts /var/packages/flexget/scripts
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/scripts /var/packages/flexget/scripts ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/rm -rf /var/packages/flexget/conf
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/rm -rf /var/packages/flexget/conf ret=[0]
2024/03/22 15:47:10     install flexget 3.7.10-13 Begin /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/conf /var/packages/flexget/conf
2024/03/22 15:47:10     install flexget 3.7.10-13 End /bin/mv -f /volume1/@tmp/synopkg/install.r7LO30/conf /var/packages/flexget/conf ret=[0]
2024/03/22 15:47:12     install flexget 3.7.10-13 Begin postinst
2024/03/22 15:47:12     Begin load_variables_from_file
2024/03/22 15:47:12     End load_variables_from_file
2024/03/22 15:47:12     Begin initialize_variables
2024/03/22 15:47:12     End initialize_variables
2024/03/22 15:47:12     ===> Step postinst. STATUS=INSTALL USER=sc-flexget GROUP= SHARE_PATH=
2024/03/22 15:47:12     Begin save_wizard_variables
2024/03/22 15:47:12     End save_wizard_variables
2024/03/22 15:47:12     Begin syno_sync_var_folder
2024/03/22 15:47:12     End syno_sync_var_folder
2024/03/22 15:47:12     Begin service_postinst
2024/03/22 15:47:12     Python 3.11.5
2024/03/22 15:47:41     Requirement already satisfied: pip in /volume1/@appstore/flexget/env/lib/python3.11/site-packages (23.2.1)
2024/03/22 15:47:42     Collecting pip
2024/03/22 15:47:42       Obtaining dependency information for pip from https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl.metadata
2024/03/22 15:47:42       Downloading pip-24.0-py3-none-any.whl.metadata (3.6 kB)
2024/03/22 15:47:42     Downloading pip-24.0-py3-none-any.whl (2.1 MB)
2024/03/22 15:47:42        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 6.6 MB/s eta 0:00:00
2024/03/22 15:47:43     Installing collected packages: pip
2024/03/22 15:47:43       Attempting uninstall: pip
2024/03/22 15:47:43         Found existing installation: pip 23.2.1
2024/03/22 15:47:43         Uninstalling pip-23.2.1:
2024/03/22 15:47:43           Successfully uninstalled pip-23.2.1
2024/03/22 15:47:51     Successfully installed pip-24.0
2024/03/22 15:47:52     Install packages from wheels
2024/03/22 15:47:52     Install packages from wheels [/volume1/@appstore/flexget/share/wheelhouse/requirements.txt]
2024/03/22 15:47:55     Looking in links: /volume1/@appstore/flexget/share/wheelhouse
2024/03/22 15:47:55     Collecting APScheduler==3.10.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2024/03/22 15:47:56       Downloading APScheduler-3.10.1-py3-none-any.whl.metadata (5.7 kB)
2024/03/22 15:47:56     Collecting Brotli==1.0.9 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 2))
2024/03/22 15:47:56       Downloading Brotli-1.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.4 kB)
2024/03/22 15:47:56     Collecting CacheControl==0.12.14 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 3))
2024/03/22 15:47:56       Downloading CacheControl-0.12.14-py2.py3-none-any.whl.metadata (2.2 kB)
2024/03/22 15:47:57     Collecting CherryPy==18.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 4))
2024/03/22 15:47:57       Downloading CherryPy-18.8.0-py2.py3-none-any.whl.metadata (8.4 kB)
2024/03/22 15:47:57     Collecting Flask-Compress==1.13 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 5))
2024/03/22 15:47:57       Downloading Flask_Compress-1.13-py3-none-any.whl.metadata (6.7 kB)
2024/03/22 15:47:58     Collecting Flask-Cors==3.0.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 6))
2024/03/22 15:47:58       Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl.metadata (5.4 kB)
2024/03/22 15:47:58     Collecting Flask-Login==0.6.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 7))
2024/03/22 15:47:58       Downloading Flask_Login-0.6.2-py3-none-any.whl.metadata (5.8 kB)
2024/03/22 15:47:58     Collecting Flask-RESTful==0.3.9 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 8))
2024/03/22 15:47:58       Downloading Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes)
2024/03/22 15:47:58     Collecting Flask==2.2.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 9))
2024/03/22 15:47:58       Downloading Flask-2.2.5-py3-none-any.whl.metadata (3.9 kB)
2024/03/22 15:48:01     Collecting FlexGet==3.7.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 10))
2024/03/22 15:48:01       Downloading FlexGet-3.7.10-py3-none-any.whl.metadata (12 kB)
2024/03/22 15:48:02     Collecting Jinja2==3.1.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 11))
2024/03/22 15:48:02       Downloading Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB)
2024/03/22 15:48:02     Processing /volume1/@appstore/flexget/share/wheelhouse/MarkupSafe-2.1.1-cp311-cp311-linux_aarch64.whl (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 12))
2024/03/22 15:48:03     Collecting PyRSS2Gen==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 13))
2024/03/22 15:48:03       Downloading PyRSS2Gen-1.1.tar.gz (6.9 kB)
2024/03/22 15:48:03       Preparing metadata (setup.py): started
2024/03/22 15:48:04       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:48:05     Collecting PyYAML==6.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 14))
2024/03/22 15:48:05       Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2024/03/22 15:48:05     Collecting Pygments==2.13.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 15))
2024/03/22 15:48:05       Downloading Pygments-2.13.0-py3-none-any.whl.metadata (1.6 kB)
2024/03/22 15:48:08     Collecting SQLAlchemy==2.0.15 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 16))
2024/03/22 15:48:08       Downloading SQLAlchemy-2.0.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.3 kB)
2024/03/22 15:48:08     Collecting SecretStorage==3.3.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 17))
2024/03/22 15:48:08       Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
2024/03/22 15:48:09     Collecting Werkzeug==2.2.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 18))
2024/03/22 15:48:09       Downloading Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB)
2024/03/22 15:48:09     Collecting aniso8601==9.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 19))
2024/03/22 15:48:09       Downloading aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB)
2024/03/22 15:48:09     Collecting attrs==22.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 20))
2024/03/22 15:48:09       Downloading attrs-22.1.0-py2.py3-none-any.whl.metadata (11 kB)
2024/03/22 15:48:09     Collecting autocommand==2.2.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 21))
2024/03/22 15:48:09       Downloading autocommand-2.2.2-py3-none-any.whl.metadata (15 kB)
2024/03/22 15:48:10     Collecting babelfish==0.6.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 22))
2024/03/22 15:48:10       Downloading babelfish-0.6.0-py3-none-any.whl.metadata (2.9 kB)
2024/03/22 15:48:10     Collecting beautifulsoup4==4.11.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 23))
2024/03/22 15:48:10       Downloading beautifulsoup4-4.11.1-py3-none-any.whl.metadata (3.5 kB)
2024/03/22 15:48:10     Collecting build==0.10.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 24))
2024/03/22 15:48:10       Downloading build-0.10.0-py3-none-any.whl.metadata (4.1 kB)
2024/03/22 15:48:11     Collecting cachy==0.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 25))
2024/03/22 15:48:11       Downloading cachy-0.3.0-py2.py3-none-any.whl.metadata (1.5 kB)
2024/03/22 15:48:12     Collecting cffi==1.15.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 26))
2024/03/22 15:48:12       Downloading cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.1 kB)
2024/03/22 15:48:12     Collecting chardet==5.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 27))
2024/03/22 15:48:12       Downloading chardet-5.1.0-py3-none-any.whl.metadata (3.4 kB)
2024/03/22 15:48:13     Collecting charset-normalizer==2.1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 28))
2024/03/22 15:48:13       Downloading charset_normalizer-2.1.1-py3-none-any.whl.metadata (11 kB)
2024/03/22 15:48:13     Collecting cheroot==9.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 29))
2024/03/22 15:48:13       Downloading cheroot-9.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
2024/03/22 15:48:14     Collecting cleo==2.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 30))
2024/03/22 15:48:14       Downloading cleo-2.0.1-py3-none-any.whl.metadata (12 kB)
2024/03/22 15:48:14     Collecting click==8.1.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 31))
2024/03/22 15:48:14       Downloading click-8.1.3-py3-none-any.whl.metadata (3.2 kB)
2024/03/22 15:48:15     Collecting clikit==0.5.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 32))
2024/03/22 15:48:15       Downloading clikit-0.5.1-py2.py3-none-any.whl.metadata (1.6 kB)
2024/03/22 15:48:15     Collecting colorama==0.4.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 33))
2024/03/22 15:48:15       Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2024/03/22 15:48:15     Collecting colorclass==2.2.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 34))
2024/03/22 15:48:15       Downloading colorclass-2.2.2-py2.py3-none-any.whl.metadata (5.2 kB)
2024/03/22 15:48:15     Collecting commonmark==0.9.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 35))
2024/03/22 15:48:15       Downloading commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB)
2024/03/22 15:48:16     Collecting crashtest==0.4.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 36))
2024/03/22 15:48:16       Downloading crashtest-0.4.1-py3-none-any.whl.metadata (1.1 kB)
2024/03/22 15:48:17     Collecting cryptography==41.0.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 37))
2024/03/22 15:48:17       Downloading cryptography-41.0.3-cp37-abi3-manylinux_2_28_aarch64.whl.metadata (5.2 kB)
2024/03/22 15:48:18     Collecting dulwich==0.21.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 38))
2024/03/22 15:48:18       Downloading dulwich-0.21.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.2 kB)
2024/03/22 15:48:19     Collecting feedparser==6.0.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 39))
2024/03/22 15:48:19       Downloading feedparser-6.0.10-py3-none-any.whl.metadata (2.3 kB)
2024/03/22 15:48:19     Collecting flask-restx==1.0.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 40))
2024/03/22 15:48:19       Downloading flask_restx-1.0.3-py2.py3-none-any.whl.metadata (8.8 kB)
2024/03/22 15:48:20     Collecting greenlet==2.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 41))
2024/03/22 15:48:20       Downloading greenlet-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.2 kB)
2024/03/22 15:48:21     Collecting guessit==3.5.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 42))
2024/03/22 15:48:21       Downloading guessit-3.5.0-py3-none-any.whl.metadata (25 kB)
2024/03/22 15:48:21     Collecting html5lib==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 43))
2024/03/22 15:48:21       Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB)
2024/03/22 15:48:21     Collecting idna==3.4 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 44))
2024/03/22 15:48:21       Downloading idna-3.4-py3-none-any.whl.metadata (9.8 kB)
2024/03/22 15:48:22     Collecting importlib-metadata==6.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 45))
2024/03/22 15:48:22       Downloading importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB)
2024/03/22 15:48:22     Collecting inflect==6.0.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 46))
2024/03/22 15:48:22       Downloading inflect-6.0.2-py3-none-any.whl.metadata (21 kB)
2024/03/22 15:48:23     Collecting installer==0.7.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 47))
2024/03/22 15:48:23       Downloading installer-0.7.0-py3-none-any.whl.metadata (936 bytes)
2024/03/22 15:48:23     Collecting itsdangerous==2.1.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 48))
2024/03/22 15:48:23       Downloading itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
2024/03/22 15:48:23     Collecting jaraco.classes==3.2.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 49))
2024/03/22 15:48:23       Downloading jaraco.classes-3.2.3-py3-none-any.whl.metadata (2.9 kB)
2024/03/22 15:48:24     Collecting jaraco.collections==3.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 50))
2024/03/22 15:48:24       Downloading jaraco.collections-3.8.0-py3-none-any.whl.metadata (4.2 kB)
2024/03/22 15:48:24     Collecting jaraco.context==4.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 51))
2024/03/22 15:48:24       Downloading jaraco.context-4.2.0-py3-none-any.whl.metadata (2.9 kB)
2024/03/22 15:48:24     Collecting jaraco.functools==3.5.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 52))
2024/03/22 15:48:24       Downloading jaraco.functools-3.5.2-py3-none-any.whl.metadata (3.2 kB)
2024/03/22 15:48:25     Collecting jaraco.text==3.11.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 53))
2024/03/22 15:48:25       Downloading jaraco.text-3.11.0-py3-none-any.whl.metadata (3.9 kB)
2024/03/22 15:48:25     Collecting jeepney==0.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 54))
2024/03/22 15:48:25       Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
2024/03/22 15:48:26     Collecting jsonschema==4.17.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 55))
2024/03/22 15:48:26       Downloading jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB)
2024/03/22 15:48:26     Collecting keyring==23.13.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 56))
2024/03/22 15:48:26       Downloading keyring-23.13.1-py3-none-any.whl.metadata (20 kB)
2024/03/22 15:48:27     Collecting lockfile==0.12.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 57))
2024/03/22 15:48:27       Downloading lockfile-0.12.2-py2.py3-none-any.whl.metadata (2.4 kB)
2024/03/22 15:48:27     Collecting loguru==0.6.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 58))
2024/03/22 15:48:27       Downloading loguru-0.6.0-py3-none-any.whl.metadata (21 kB)
2024/03/22 15:48:27     Collecting more-itertools==9.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 59))
2024/03/22 15:48:27       Downloading more_itertools-9.0.0-py3-none-any.whl.metadata (31 kB)
2024/03/22 15:48:28     Collecting msgpack==1.0.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 60))
2024/03/22 15:48:28       Downloading msgpack-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (8.8 kB)
2024/03/22 15:48:28     Collecting packaging==22.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 61))
2024/03/22 15:48:28       Downloading packaging-22.0-py3-none-any.whl.metadata (3.1 kB)
2024/03/22 15:48:28     Collecting pastel==0.2.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 62))
2024/03/22 15:48:28       Downloading pastel-0.2.1-py2.py3-none-any.whl.metadata (1.9 kB)
2024/03/22 15:48:29     Collecting pexpect==4.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 63))
2024/03/22 15:48:29       Downloading pexpect-4.8.0-py2.py3-none-any.whl.metadata (2.2 kB)
2024/03/22 15:48:29     Collecting pkginfo==1.9.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 64))
2024/03/22 15:48:29       Downloading pkginfo-1.9.6-py3-none-any.whl.metadata (10 kB)
2024/03/22 15:48:29     Collecting platformdirs==3.9.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 65))
2024/03/22 15:48:29       Downloading platformdirs-3.9.1-py3-none-any.whl.metadata (11 kB)
2024/03/22 15:48:30     Collecting plumbum==1.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 66))
2024/03/22 15:48:30       Downloading plumbum-1.8.0-py3-none-any.whl.metadata (8.8 kB)
2024/03/22 15:48:30     Collecting poetry-core==1.6.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 67))
2024/03/22 15:48:30       Downloading poetry_core-1.6.1-py3-none-any.whl.metadata (3.4 kB)
2024/03/22 15:48:30     Collecting poetry-plugin-export==1.4.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 68))
2024/03/22 15:48:30       Downloading poetry_plugin_export-1.4.0-py3-none-any.whl.metadata (2.6 kB)
2024/03/22 15:48:31     Collecting poetry==1.5.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2024/03/22 15:48:31       Downloading poetry-1.5.1-py3-none-any.whl.metadata (7.0 kB)
2024/03/22 15:48:32     Collecting portend==3.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 70))
2024/03/22 15:48:32       Downloading portend-3.1.0-py3-none-any.whl.metadata (3.5 kB)
2024/03/22 15:48:32     Collecting progressbar==2.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 71))
2024/03/22 15:48:32       Downloading progressbar-2.5.tar.gz (10 kB)
2024/03/22 15:48:32       Preparing metadata (setup.py): started
2024/03/22 15:48:33       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:48:34     Processing /volume1/@appstore/flexget/share/wheelhouse/psutil-5.9.4-cp311-abi3-linux_aarch64.whl (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 72))
2024/03/22 15:48:34     Collecting ptyprocess==0.7.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 73))
2024/03/22 15:48:34       Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
2024/03/22 15:48:35     Collecting pycparser==2.21 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 74))
2024/03/22 15:48:35       Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
2024/03/22 15:48:36     Processing /volume1/@appstore/flexget/share/wheelhouse/pydantic-1.10.2-cp311-cp311-linux_aarch64.whl (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 75))
2024/03/22 15:48:36     Collecting pylev==1.4.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 76))
2024/03/22 15:48:36       Downloading pylev-1.4.0-py2.py3-none-any.whl.metadata (2.3 kB)
2024/03/22 15:48:36     Collecting pynzb==0.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 77))
2024/03/22 15:48:37       Downloading pynzb-0.1.0.tar.gz (5.6 kB)
2024/03/22 15:48:37       Preparing metadata (setup.py): started
2024/03/22 15:48:38       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:48:39     Collecting pyparsing==3.0.9 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 78))
2024/03/22 15:48:39       Downloading pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB)
2024/03/22 15:48:39     Collecting pyproject_hooks==1.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 79))
2024/03/22 15:48:39       Downloading pyproject_hooks-1.0.0-py3-none-any.whl.metadata (1.3 kB)
2024/03/22 15:48:39     Processing /volume1/@appstore/flexget/share/wheelhouse/pyrsistent-0.19.2-cp311-cp311-linux_aarch64.whl (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 80))
2024/03/22 15:48:40     Collecting python-dateutil==2.8.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 81))
2024/03/22 15:48:40       Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB)
2024/03/22 15:48:40     Collecting pytz-deprecation-shim==0.1.0.post0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 82))
2024/03/22 15:48:40       Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl.metadata (5.2 kB)
2024/03/22 15:48:40     Collecting pytz==2022.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 83))
2024/03/22 15:48:40       Downloading pytz-2022.6-py2.py3-none-any.whl.metadata (21 kB)
2024/03/22 15:48:46     Collecting rapidfuzz==2.15.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 84))
2024/03/22 15:48:46       Downloading rapidfuzz-2.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.0 kB)
2024/03/22 15:48:46     Collecting rebulk==3.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 85))
2024/03/22 15:48:46       Downloading rebulk-3.1.0-py3-none-any.whl.metadata (22 kB)
2024/03/22 15:48:46     Collecting requests-toolbelt==1.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 86))
2024/03/22 15:48:46       Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
2024/03/22 15:48:47     Collecting requests==2.31.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 87))
2024/03/22 15:48:47       Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2024/03/22 15:48:48     Collecting rich==12.6.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 88))
2024/03/22 15:48:48       Downloading rich-12.6.0-py3-none-any.whl.metadata (18 kB)
2024/03/22 15:48:49     Collecting rpyc==5.3.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 89))
2024/03/22 15:48:49       Downloading rpyc-5.3.1-py3-none-any.whl.metadata (3.4 kB)
2024/03/22 15:48:49     Collecting sgmllib3k==1.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 90))
2024/03/22 15:48:49       Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)
2024/03/22 15:48:49       Preparing metadata (setup.py): started
2024/03/22 15:48:50       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:48:51     Collecting shellingham==1.5.0.post1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 91))
2024/03/22 15:48:51       Downloading shellingham-1.5.0.post1-py2.py3-none-any.whl.metadata (3.4 kB)
2024/03/22 15:48:51     Collecting soupsieve==2.3.2.post1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 92))
2024/03/22 15:48:51       Downloading soupsieve-2.3.2.post1-py3-none-any.whl.metadata (5.7 kB)
2024/03/22 15:48:51     Collecting tempora==5.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 93))
2024/03/22 15:48:51       Downloading tempora-5.1.0-py3-none-any.whl.metadata (3.5 kB)
2024/03/22 15:48:52     Collecting terminaltables==3.1.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 94))
2024/03/22 15:48:52       Downloading terminaltables-3.1.10-py2.py3-none-any.whl.metadata (3.5 kB)
2024/03/22 15:48:52     Collecting tomlkit==0.11.8 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 95))
2024/03/22 15:48:52       Downloading tomlkit-0.11.8-py3-none-any.whl.metadata (2.7 kB)
2024/03/22 15:48:53     Collecting transmission-rpc==4.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 96))
2024/03/22 15:48:53       Downloading transmission_rpc-4.3.0-py3-none-any.whl.metadata (3.4 kB)
2024/03/22 15:48:53     Collecting trove-classifiers==2023.7.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 97))
2024/03/22 15:48:53       Downloading trove_classifiers-2023.7.6-py3-none-any.whl.metadata (2.2 kB)
2024/03/22 15:48:53     Collecting typing_extensions==4.7.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 98))
2024/03/22 15:48:53       Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
2024/03/22 15:48:54     Collecting tzdata==2022.7 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 99))
2024/03/22 15:48:54       Downloading tzdata-2022.7-py2.py3-none-any.whl.metadata (1.4 kB)
2024/03/22 15:48:54     Collecting tzlocal==4.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 100))
2024/03/22 15:48:54       Downloading tzlocal-4.2-py3-none-any.whl.metadata (13 kB)
2024/03/22 15:48:55     Collecting urllib3==1.26.13 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 101))
2024/03/22 15:48:55       Downloading urllib3-1.26.13-py2.py3-none-any.whl.metadata (47 kB)
2024/03/22 15:48:55          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.5/47.5 kB 433.0 kB/s eta 0:00:00
2024/03/22 15:48:55     Collecting webencodings==0.5.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 102))
2024/03/22 15:48:55       Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
2024/03/22 15:48:55     Collecting woops==0.2.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 103))
2024/03/22 15:48:55       Downloading woops-0.2.1-py3-none-any.whl.metadata (653 bytes)
2024/03/22 15:48:56     Collecting zc.lockfile==2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 104))
2024/03/22 15:48:56       Downloading zc.lockfile-2.0-py2.py3-none-any.whl.metadata (5.9 kB)
2024/03/22 15:48:56     Collecting zipp==3.16.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 105))
2024/03/22 15:48:56       Downloading zipp-3.16.2-py3-none-any.whl.metadata (3.7 kB)
2024/03/22 15:48:56     Collecting zxcvbn-python==4.4.24 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 106))
2024/03/22 15:48:56       Downloading zxcvbn-python-4.4.24.tar.gz (408 kB)
2024/03/22 15:48:57          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.0/408.0 kB 3.6 MB/s eta 0:00:00
2024/03/22 15:48:57       Preparing metadata (setup.py): started
2024/03/22 15:48:58       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:48:58     Collecting zxcvbn==4.4.28 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 107))
2024/03/22 15:48:58       Downloading zxcvbn-4.4.28.tar.gz (407 kB)
2024/03/22 15:48:58          ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 407.9/407.9 kB 4.3 MB/s eta 0:00:00
2024/03/22 15:48:58       Preparing metadata (setup.py): started
2024/03/22 15:49:00       Preparing metadata (setup.py): finished with status 'done'
2024/03/22 15:49:02     Collecting setuptools>=0.7 (from APScheduler==3.10.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2024/03/22 15:49:02       Downloading setuptools-69.2.0-py3-none-any.whl.metadata (6.3 kB)
2024/03/22 15:49:02     Collecting six>=1.4.0 (from APScheduler==3.10.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2024/03/22 15:49:02       Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024/03/22 15:49:05     Collecting certifi==2022.12.7 (from FlexGet==3.7.10->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 10))
2024/03/22 15:49:05       Downloading certifi-2022.12.7-py3-none-any.whl.metadata (2.9 kB)
2024/03/22 15:49:06     Collecting setuptools>=0.7 (from APScheduler==3.10.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2024/03/22 15:49:06       Downloading setuptools-65.6.3-py3-none-any.whl.metadata (6.1 kB)
2024/03/22 15:49:14     Collecting filelock<4.0.0,>=3.8.0 (from poetry==1.5.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2024/03/22 15:49:15       Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)
2024/03/22 15:49:16     Collecting virtualenv<21.0.0,>=20.22.0 (from poetry==1.5.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2024/03/22 15:49:16       Downloading virtualenv-20.25.1-py3-none-any.whl.metadata (4.4 kB)
2024/03/22 15:49:25     Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.22.0->poetry==1.5.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2024/03/22 15:49:25       Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
2024/03/22 15:49:26     Downloading APScheduler-3.10.1-py3-none-any.whl (59 kB)
2024/03/22 15:49:26        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/59.2 kB 653.8 kB/s eta 0:00:00
2024/03/22 15:49:26     Downloading Brotli-1.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB)
2024/03/22 15:49:26        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 15.5 MB/s eta 0:00:00
2024/03/22 15:49:26     Downloading CacheControl-0.12.14-py2.py3-none-any.whl (21 kB)
2024/03/22 15:49:26     Downloading CherryPy-18.8.0-py2.py3-none-any.whl (348 kB)
2024/03/22 15:49:26        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 348.4/348.4 kB 4.3 MB/s eta 0:00:00
2024/03/22 15:49:26     Downloading Flask_Compress-1.13-py3-none-any.whl (7.9 kB)
2024/03/22 15:49:27     Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
2024/03/22 15:49:27     Downloading Flask_Login-0.6.2-py3-none-any.whl (17 kB)
2024/03/22 15:49:27     Downloading Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB)
2024/03/22 15:49:27     Downloading Flask-2.2.5-py3-none-any.whl (101 kB)
2024/03/22 15:49:27        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 1.1 MB/s eta 0:00:00
2024/03/22 15:49:27     Downloading FlexGet-3.7.10-py3-none-any.whl (9.1 MB)
2024/03/22 15:49:28        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.1/9.1 MB 13.6 MB/s eta 0:00:00
2024/03/22 15:49:28     Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
2024/03/22 15:49:28        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 1.5 MB/s eta 0:00:00
2024/03/22 15:49:28     Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (732 kB)
2024/03/22 15:49:28        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 7.9 MB/s eta 0:00:00
2024/03/22 15:49:28     Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB)
2024/03/22 15:49:28        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 7.6 MB/s eta 0:00:00
2024/03/22 15:49:28     Downloading SQLAlchemy-2.0.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB)
2024/03/22 15:49:28        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 14.4 MB/s eta 0:00:00
2024/03/22 15:49:28     Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
2024/03/22 15:49:28     Downloading Werkzeug-2.2.3-py3-none-any.whl (233 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 2.8 MB/s eta 0:00:00
2024/03/22 15:49:29     Downloading aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 588.1 kB/s eta 0:00:00
2024/03/22 15:49:29     Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 674.4 kB/s eta 0:00:00
2024/03/22 15:49:29     Downloading autocommand-2.2.2-py3-none-any.whl (19 kB)
2024/03/22 15:49:29     Downloading babelfish-0.6.0-py3-none-any.whl (93 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.6/93.6 kB 1.0 MB/s eta 0:00:00
2024/03/22 15:49:29     Downloading beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/128.2 kB 1.5 MB/s eta 0:00:00
2024/03/22 15:49:29     Downloading build-0.10.0-py3-none-any.whl (17 kB)
2024/03/22 15:49:29     Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
2024/03/22 15:49:29     Downloading cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (470 kB)
2024/03/22 15:49:29        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 470.6/470.6 kB 4.5 MB/s eta 0:00:00
2024/03/22 15:49:30     Downloading chardet-5.1.0-py3-none-any.whl (199 kB)
2024/03/22 15:49:30        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 2.4 MB/s eta 0:00:00
2024/03/22 15:49:30     Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
2024/03/22 15:49:30     Downloading cheroot-9.0.0-py2.py3-none-any.whl (100 kB)
2024/03/22 15:49:30        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.6/100.6 kB 1.1 MB/s eta 0:00:00
2024/03/22 15:49:30     Downloading cleo-2.0.1-py3-none-any.whl (77 kB)
2024/03/22 15:49:30        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.3/77.3 kB 758.9 kB/s eta 0:00:00
2024/03/22 15:49:30     Downloading click-8.1.3-py3-none-any.whl (96 kB)
2024/03/22 15:49:30        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 1.1 MB/s eta 0:00:00
2024/03/22 15:49:30     Downloading clikit-0.5.1-py2.py3-none-any.whl (90 kB)
2024/03/22 15:49:30        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 1.0 MB/s eta 0:00:00
2024/03/22 15:49:30     Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024/03/22 15:49:30     Downloading colorclass-2.2.2-py2.py3-none-any.whl (18 kB)
2024/03/22 15:49:30     Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
2024/03/22 15:49:31        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 354.6 kB/s eta 0:00:00
2024/03/22 15:49:31     Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
2024/03/22 15:49:31     Downloading cryptography-41.0.3-cp37-abi3-manylinux_2_28_aarch64.whl (4.1 MB)
2024/03/22 15:49:31        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 9.1 MB/s eta 0:00:00
2024/03/22 15:49:31     Downloading dulwich-0.21.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (513 kB)
2024/03/22 15:49:31        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 513.7/513.7 kB 6.0 MB/s eta 0:00:00
2024/03/22 15:49:31     Downloading feedparser-6.0.10-py3-none-any.whl (81 kB)
2024/03/22 15:49:31        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.1/81.1 kB 988.2 kB/s eta 0:00:00
2024/03/22 15:49:31     Downloading flask_restx-1.0.3-py2.py3-none-any.whl (5.3 MB)
2024/03/22 15:49:32        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 7.1 MB/s eta 0:00:00
2024/03/22 15:49:32     Downloading greenlet-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (533 kB)
2024/03/22 15:49:32        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 533.3/533.3 kB 4.6 MB/s eta 0:00:00
2024/03/22 15:49:32     Downloading guessit-3.5.0-py3-none-any.whl (167 kB)
2024/03/22 15:49:33        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.9/167.9 kB 1.8 MB/s eta 0:00:00
2024/03/22 15:49:33     Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
2024/03/22 15:49:33        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 1.1 MB/s eta 0:00:00
2024/03/22 15:49:33     Downloading idna-3.4-py3-none-any.whl (61 kB)
2024/03/22 15:49:33        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 701.4 kB/s eta 0:00:00
2024/03/22 15:49:33     Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
2024/03/22 15:49:33     Downloading inflect-6.0.2-py3-none-any.whl (34 kB)
2024/03/22 15:49:33     Downloading installer-0.7.0-py3-none-any.whl (453 kB)
2024/03/22 15:49:33        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 4.5 MB/s eta 0:00:00
2024/03/22 15:49:33     Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
2024/03/22 15:49:33     Downloading jaraco.classes-3.2.3-py3-none-any.whl (6.0 kB)
2024/03/22 15:49:33     Downloading jaraco.collections-3.8.0-py3-none-any.whl (10 kB)
2024/03/22 15:49:34     Downloading jaraco.context-4.2.0-py3-none-any.whl (5.0 kB)
2024/03/22 15:49:34     Downloading jaraco.functools-3.5.2-py3-none-any.whl (7.3 kB)
2024/03/22 15:49:34     Downloading jaraco.text-3.11.0-py3-none-any.whl (11 kB)
2024/03/22 15:49:34     Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
2024/03/22 15:49:34        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 420.7 kB/s eta 0:00:00
2024/03/22 15:49:34     Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
2024/03/22 15:49:34        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 980.7 kB/s eta 0:00:00
2024/03/22 15:49:34     Downloading keyring-23.13.1-py3-none-any.whl (37 kB)
2024/03/22 15:49:34     Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
2024/03/22 15:49:34     Downloading loguru-0.6.0-py3-none-any.whl (58 kB)
2024/03/22 15:49:34        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 266.3 kB/s eta 0:00:00
2024/03/22 15:49:35     Downloading more_itertools-9.0.0-py3-none-any.whl (52 kB)
2024/03/22 15:49:35        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 496.4 kB/s eta 0:00:00
2024/03/22 15:49:35     Downloading msgpack-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (316 kB)
2024/03/22 15:49:35        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.1/316.1 kB 3.5 MB/s eta 0:00:00
2024/03/22 15:49:35     Downloading packaging-22.0-py3-none-any.whl (42 kB)
2024/03/22 15:49:35        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 366.1 kB/s eta 0:00:00
2024/03/22 15:49:35     Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
2024/03/22 15:49:35     Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
2024/03/22 15:49:35        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 540.1 kB/s eta 0:00:00
2024/03/22 15:49:35     Downloading pkginfo-1.9.6-py3-none-any.whl (30 kB)
2024/03/22 15:49:35     Downloading platformdirs-3.9.1-py3-none-any.whl (16 kB)
2024/03/22 15:49:35     Downloading plumbum-1.8.0-py3-none-any.whl (117 kB)
2024/03/22 15:49:35        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.5/117.5 kB 1.4 MB/s eta 0:00:00
2024/03/22 15:49:35     Downloading poetry_core-1.6.1-py3-none-any.whl (450 kB)
2024/03/22 15:49:36        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 450.5/450.5 kB 5.4 MB/s eta 0:00:00
2024/03/22 15:49:36     Downloading poetry_plugin_export-1.4.0-py3-none-any.whl (10 kB)
2024/03/22 15:49:36     Downloading poetry-1.5.1-py3-none-any.whl (225 kB)
2024/03/22 15:49:36        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.2/225.2 kB 2.6 MB/s eta 0:00:00
2024/03/22 15:49:36     Downloading portend-3.1.0-py3-none-any.whl (5.3 kB)
2024/03/22 15:49:36     Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
2024/03/22 15:49:36     Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
2024/03/22 15:49:36        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 1.3 MB/s eta 0:00:00
2024/03/22 15:49:36     Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
2024/03/22 15:49:36     Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
2024/03/22 15:49:36        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 1.1 MB/s eta 0:00:00
2024/03/22 15:49:36     Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
2024/03/22 15:49:37     Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 2.9 MB/s eta 0:00:00
2024/03/22 15:49:37     Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
2024/03/22 15:49:37     Downloading pytz-2022.6-py2.py3-none-any.whl (498 kB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 498.1/498.1 kB 5.1 MB/s eta 0:00:00
2024/03/22 15:49:37     Downloading rapidfuzz-2.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 9.6 MB/s eta 0:00:00
2024/03/22 15:49:37     Downloading rebulk-3.1.0-py3-none-any.whl (56 kB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 kB 417.1 kB/s eta 0:00:00
2024/03/22 15:49:37     Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 606.4 kB/s eta 0:00:00
2024/03/22 15:49:37     Downloading requests-2.31.0-py3-none-any.whl (62 kB)
2024/03/22 15:49:37        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 532.0 kB/s eta 0:00:00
2024/03/22 15:49:37     Downloading rich-12.6.0-py3-none-any.whl (237 kB)
2024/03/22 15:49:38        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237.5/237.5 kB 2.6 MB/s eta 0:00:00
2024/03/22 15:49:38     Downloading rpyc-5.3.1-py3-none-any.whl (74 kB)
2024/03/22 15:49:38        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 722.8 kB/s eta 0:00:00
2024/03/22 15:49:38     Downloading shellingham-1.5.0.post1-py2.py3-none-any.whl (9.4 kB)
2024/03/22 15:49:38     Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
2024/03/22 15:49:38     Downloading tempora-5.1.0-py3-none-any.whl (15 kB)
2024/03/22 15:49:38     Downloading terminaltables-3.1.10-py2.py3-none-any.whl (15 kB)
2024/03/22 15:49:38     Downloading tomlkit-0.11.8-py3-none-any.whl (35 kB)
2024/03/22 15:49:38     Downloading transmission_rpc-4.3.0-py3-none-any.whl (27 kB)
2024/03/22 15:49:38     Downloading trove_classifiers-2023.7.6-py3-none-any.whl (13 kB)
2024/03/22 15:49:39     Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB)
2024/03/22 15:49:39     Downloading tzdata-2022.7-py2.py3-none-any.whl (340 kB)
2024/03/22 15:49:39        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.1/340.1 kB 3.0 MB/s eta 0:00:00
2024/03/22 15:49:39     Downloading tzlocal-4.2-py3-none-any.whl (19 kB)
2024/03/22 15:49:39     Downloading urllib3-1.26.13-py2.py3-none-any.whl (140 kB)
2024/03/22 15:49:39        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 1.5 MB/s eta 0:00:00
2024/03/22 15:49:39     Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
2024/03/22 15:49:39     Downloading woops-0.2.1-py3-none-any.whl (4.0 kB)
2024/03/22 15:49:39     Downloading zc.lockfile-2.0-py2.py3-none-any.whl (9.7 kB)
2024/03/22 15:49:39     Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
2024/03/22 15:49:39     Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
2024/03/22 15:49:40        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 1.8 MB/s eta 0:00:00
2024/03/22 15:49:40     Downloading setuptools-65.6.3-py3-none-any.whl (1.2 MB)
2024/03/22 15:49:40        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 9.0 MB/s eta 0:00:00
2024/03/22 15:49:40     Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
2024/03/22 15:49:40     Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
2024/03/22 15:49:40     Downloading virtualenv-20.25.1-py3-none-any.whl (3.8 MB)
2024/03/22 15:49:40        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 16.0 MB/s eta 0:00:00
2024/03/22 15:49:40     Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
2024/03/22 15:49:40        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 4.9 MB/s eta 0:00:00
2024/03/22 15:49:41     Building wheels for collected packages: PyRSS2Gen, progressbar, pynzb, sgmllib3k, zxcvbn-python, zxcvbn
2024/03/22 15:49:41       Building wheel for PyRSS2Gen (setup.py): started
2024/03/22 15:49:45       Building wheel for PyRSS2Gen (setup.py): finished with status 'done'
2024/03/22 15:49:45       Created wheel for PyRSS2Gen: filename=PyRSS2Gen-1.1-py3-none-any.whl size=4967 sha256=b493977d7b93418330ef3774db1ce582cefd10a0e5be31114ce591637a2a3ffb
2024/03/22 15:49:45       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/21/5d/bc/a9bebae789186d3597b203923025fccb1d9bec4269db02d48b
2024/03/22 15:49:45       Building wheel for progressbar (setup.py): started
2024/03/22 15:49:47       Building wheel for progressbar (setup.py): finished with status 'done'
2024/03/22 15:49:47       Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12067 sha256=98b2a1abfba3e7d4d877fc6033bbd6bd449a6ae0e2f742a680ff7ef15134fb18
2024/03/22 15:49:47       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/8d/bb/b2/5353b966ac6f3c5e1000629a9a5f6aed41794487f551e32efc
2024/03/22 15:49:47       Building wheel for pynzb (setup.py): started
2024/03/22 15:49:49       Building wheel for pynzb (setup.py): finished with status 'done'
2024/03/22 15:49:49       Created wheel for pynzb: filename=pynzb-0.1.0-py3-none-any.whl size=6218 sha256=af35329400aba0c3dc227a9f60c667b673a9971ba29bd1f0eb2c86b07910150e
2024/03/22 15:49:49       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/85/73/16/6f25aed510b4e512cc62d12f3a02ecc940d0d3ff54d727b56f
2024/03/22 15:49:49       Building wheel for sgmllib3k (setup.py): started
2024/03/22 15:49:51       Building wheel for sgmllib3k (setup.py): finished with status 'done'
2024/03/22 15:49:51       Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6047 sha256=4dab54239269d7f28f9f6b60319c522105e8d887c461cf70626c5fb050259689
2024/03/22 15:49:51       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/3b/25/2a/105d6a15df6914f4d15047691c6c28f9052cc1173e40285d03
2024/03/22 15:49:51       Building wheel for zxcvbn-python (setup.py): started
2024/03/22 15:49:54       Building wheel for zxcvbn-python (setup.py): finished with status 'done'
2024/03/22 15:49:54       Created wheel for zxcvbn-python: filename=zxcvbn_python-4.4.24-py3-none-any.whl size=408183 sha256=cda1f181520034cb2b001d7c5213a80ef0775623086a582c581975dbdf26f2cf
2024/03/22 15:49:54       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/64/e3/bc/e208dd59726e309fc6de6e7d8ebf2163155e9fe26c739dc276
2024/03/22 15:49:54       Building wheel for zxcvbn (setup.py): started
2024/03/22 15:49:56       Building wheel for zxcvbn (setup.py): finished with status 'done'
2024/03/22 15:49:56       Created wheel for zxcvbn: filename=zxcvbn-4.4.28-py2.py3-none-any.whl size=408125 sha256=08b7d4dd63a9ee794e7e31f6dce6dc4a41154e2a3aeffca0b9da665561911c35
2024/03/22 15:49:56       Stored in directory: /volume1/@appdata/flexget/pip-cache/wheels/21/32/31/3ba5e29ad05a0341fa03638c976e7496faccbe90017d1423d1
2024/03/22 15:49:56     Successfully built PyRSS2Gen progressbar pynzb sgmllib3k zxcvbn-python zxcvbn
2024/03/22 15:50:04     Installing collected packages: zxcvbn-python, zxcvbn, webencodings, trove-classifiers, sgmllib3k, rebulk, pytz, PyRSS2Gen, pylev, ptyprocess, progressbar, msgpack, lockfile, distlib, commonmark, Brotli, aniso8601, zipp, woops, urllib3, tzdata, typing_extensions, tomlkit, terminaltables, soupsieve, six, shellingham, setuptools, rapidfuzz, PyYAML, pyrsistent, pyproject_hooks, pyparsing, Pygments, pycparser, psutil, poetry-core, plumbum, platformdirs, pkginfo, pexpect, pastel, packaging, more-itertools, MarkupSafe, loguru, jeepney, jaraco.context, itsdangerous, installer, idna, greenlet, filelock, feedparser, crashtest, colorclass, colorama, click, charset-normalizer, chardet, certifi, cachy, babelfish, autocommand, attrs, zc.lockfile, Werkzeug, virtualenv, SQLAlchemy, rpyc, rich, requests, pytz-deprecation-shim, python-dateutil, pynzb, pydantic, jsonschema, Jinja2, jaraco.functools, jaraco.classes, importlib-metadata, html5lib, dulwich, clikit, cleo, cffi, build, beautifulsoup4, tzlocal, transmission-rpc, tempora, requests-toolbelt, inflect, guessit, Flask, cryptography, cheroot, CacheControl, SecretStorage, portend, jaraco.text, flask-restx, Flask-RESTful, Flask-Login, Flask-Cors, Flask-Compress, APScheduler, keyring, jaraco.collections, CherryPy, FlexGet, poetry-plugin-export, poetry
2024/03/22 15:50:06       Attempting uninstall: distlib
2024/03/22 15:50:06         Found existing installation: distlib 0.3.7
2024/03/22 15:50:06         Not uninstalling distlib at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:06         Can't uninstall 'distlib'. No files were found to uninstall.
2024/03/22 15:50:11       Attempting uninstall: six
2024/03/22 15:50:11         Found existing installation: six 1.16.0
2024/03/22 15:50:11         Not uninstalling six at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:11         Can't uninstall 'six'. No files were found to uninstall.
2024/03/22 15:50:11       Attempting uninstall: setuptools
2024/03/22 15:50:11         Found existing installation: setuptools 65.5.0
2024/03/22 15:50:12         Uninstalling setuptools-65.5.0:
2024/03/22 15:50:12           Successfully uninstalled setuptools-65.5.0
2024/03/22 15:50:26       Attempting uninstall: platformdirs
2024/03/22 15:50:26         Found existing installation: platformdirs 3.10.0
2024/03/22 15:50:26         Not uninstalling platformdirs at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:26         Can't uninstall 'platformdirs'. No files were found to uninstall.
2024/03/22 15:50:31       Attempting uninstall: filelock
2024/03/22 15:50:31         Found existing installation: filelock 3.12.3
2024/03/22 15:50:31         Not uninstalling filelock at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:31         Can't uninstall 'filelock'. No files were found to uninstall.
2024/03/22 15:50:35       Attempting uninstall: certifi
2024/03/22 15:50:35         Found existing installation: certifi 2024.2.2
2024/03/22 15:50:35         Not uninstalling certifi at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:35         Can't uninstall 'certifi'. No files were found to uninstall.
2024/03/22 15:50:37       Attempting uninstall: virtualenv
2024/03/22 15:50:37         Found existing installation: virtualenv 20.24.4
2024/03/22 15:50:37         Not uninstalling virtualenv at /volume1/@appstore/python311/lib/python3.11/site-packages, outside environment /volume1/@appstore/flexget/env
2024/03/22 15:50:37         Can't uninstall 'virtualenv'. No files were found to uninstall.
2024/03/22 15:51:26     Successfully installed APScheduler-3.10.1 Brotli-1.0.9 CacheControl-0.12.14 CherryPy-18.8.0 Flask-2.2.5 Flask-Compress-1.13 Flask-Cors-3.0.10 Flask-Login-0.6.2 Flask-RESTful-0.3.9 FlexGet-3.7.10 Jinja2-3.1.2 MarkupSafe-2.1.1 PyRSS2Gen-1.1 PyYAML-6.0.1 Pygments-2.13.0 SQLAlchemy-2.0.15 SecretStorage-3.3.3 Werkzeug-2.2.3 aniso8601-9.0.1 attrs-22.1.0 autocommand-2.2.2 babelfish-0.6.0 beautifulsoup4-4.11.1 build-0.10.0 cachy-0.3.0 certifi-2022.12.7 cffi-1.15.1 chardet-5.1.0 charset-normalizer-2.1.1 cheroot-9.0.0 cleo-2.0.1 click-8.1.3 clikit-0.5.1 colorama-0.4.6 colorclass-2.2.2 commonmark-0.9.1 crashtest-0.4.1 cryptography-41.0.3 distlib-0.3.8 dulwich-0.21.5 feedparser-6.0.10 filelock-3.13.1 flask-restx-1.0.3 greenlet-2.0.1 guessit-3.5.0 html5lib-1.1 idna-3.4 importlib-metadata-6.8.0 inflect-6.0.2 installer-0.7.0 itsdangerous-2.1.2 jaraco.classes-3.2.3 jaraco.collections-3.8.0 jaraco.context-4.2.0 jaraco.functools-3.5.2 jaraco.text-3.11.0 jeepney-0.8.0 jsonschema-4.17.3 keyring-23.13.1 lockfile-0.12.2 loguru-0.6.0 more-itertools-9.0.0 msgpack-1.0.5 packaging-22.0 pastel-0.2.1 pexpect-4.8.0 pkginfo-1.9.6 platformdirs-3.9.1 plumbum-1.8.0 poetry-1.5.1 poetry-core-1.6.1 poetry-plugin-export-1.4.0 portend-3.1.0 progressbar-2.5 psutil-5.9.4 ptyprocess-0.7.0 pycparser-2.21 pydantic-1.10.2 pylev-1.4.0 pynzb-0.1.0 pyparsing-3.0.9 pyproject_hooks-1.0.0 pyrsistent-0.19.2 python-dateutil-2.8.2 pytz-2022.6 pytz-deprecation-shim-0.1.0.post0 rapidfuzz-2.15.1 rebulk-3.1.0 requests-2.31.0 requests-toolbelt-1.0.0 rich-12.6.0 rpyc-5.3.1 setuptools-65.6.3 sgmllib3k-1.0.0 shellingham-1.5.0.post1 six-1.16.0 soupsieve-2.3.2.post1 tempora-5.1.0 terminaltables-3.1.10 tomlkit-0.11.8 transmission-rpc-4.3.0 trove-classifiers-2023.7.6 typing_extensions-4.7.1 tzdata-2022.7 tzlocal-4.2 urllib3-1.26.13 virtualenv-20.25.1 webencodings-0.5.1 woops-0.2.1 zc.lockfile-2.0 zipp-3.16.2 zxcvbn-4.4.28 zxcvbn-python-4.4.24
2024/03/22 15:51:31     Installed modules:
2024/03/22 15:51:35     aniso8601==9.0.1
2024/03/22 15:51:35     APScheduler==3.10.1
2024/03/22 15:51:35     attrs==22.1.0
2024/03/22 15:51:35     autocommand==2.2.2
2024/03/22 15:51:35     babelfish==0.6.0
2024/03/22 15:51:35     beautifulsoup4==4.11.1
2024/03/22 15:51:35     Brotli==1.0.9
2024/03/22 15:51:35     build==0.10.0
2024/03/22 15:51:35     CacheControl==0.12.14
2024/03/22 15:51:35     cachy==0.3.0
2024/03/22 15:51:35     certifi==2022.12.7
2024/03/22 15:51:35     cffi==1.15.1
2024/03/22 15:51:35     chardet==5.1.0
2024/03/22 15:51:35     charset-normalizer==2.1.1
2024/03/22 15:51:35     cheroot==9.0.0
2024/03/22 15:51:35     CherryPy==18.8.0
2024/03/22 15:51:35     cleo==2.0.1
2024/03/22 15:51:35     click==8.1.3
2024/03/22 15:51:35     clikit==0.5.1
2024/03/22 15:51:35     colorama==0.4.6
2024/03/22 15:51:35     colorclass==2.2.2
2024/03/22 15:51:35     commonmark==0.9.1
2024/03/22 15:51:35     crashtest==0.4.1
2024/03/22 15:51:35     cryptography==41.0.3
2024/03/22 15:51:35     distlib==0.3.8
2024/03/22 15:51:35     dulwich==0.21.5
2024/03/22 15:51:35     feedparser==6.0.10
2024/03/22 15:51:35     filelock==3.13.1
2024/03/22 15:51:35     Flask==2.2.5
2024/03/22 15:51:35     Flask-Compress==1.13
2024/03/22 15:51:35     Flask-Cors==3.0.10
2024/03/22 15:51:35     Flask-Login==0.6.2
2024/03/22 15:51:35     Flask-RESTful==0.3.9
2024/03/22 15:51:35     flask-restx==1.0.3
2024/03/22 15:51:35     FlexGet==3.7.10
2024/03/22 15:51:35     greenlet==2.0.1
2024/03/22 15:51:35     guessit==3.5.0
2024/03/22 15:51:35     html5lib==1.1
2024/03/22 15:51:35     idna==3.4
2024/03/22 15:51:35     importlib-metadata==6.8.0
2024/03/22 15:51:35     inflect==6.0.2
2024/03/22 15:51:35     installer==0.7.0
2024/03/22 15:51:35     itsdangerous==2.1.2
2024/03/22 15:51:35     jaraco.classes==3.2.3
2024/03/22 15:51:35     jaraco.collections==3.8.0
2024/03/22 15:51:35     jaraco.context==4.2.0
2024/03/22 15:51:35     jaraco.functools==3.5.2
2024/03/22 15:51:35     jaraco.text==3.11.0
2024/03/22 15:51:35     jeepney==0.8.0
2024/03/22 15:51:35     Jinja2==3.1.2
2024/03/22 15:51:35     jsonschema==4.17.3
2024/03/22 15:51:35     keyring==23.13.1
2024/03/22 15:51:35     lockfile==0.12.2
2024/03/22 15:51:35     loguru==0.6.0
2024/03/22 15:51:35     MarkupSafe==2.1.1
2024/03/22 15:51:35     more-itertools==9.0.0
2024/03/22 15:51:35     msgpack==1.0.5
2024/03/22 15:51:35     packaging==22.0
2024/03/22 15:51:35     pastel==0.2.1
2024/03/22 15:51:35     pexpect==4.8.0
2024/03/22 15:51:35     pkginfo==1.9.6
2024/03/22 15:51:35     platformdirs==3.9.1
2024/03/22 15:51:35     plumbum==1.8.0
2024/03/22 15:51:35     poetry==1.5.1
2024/03/22 15:51:35     poetry-core==1.6.1
2024/03/22 15:51:35     poetry-plugin-export==1.4.0
2024/03/22 15:51:35     portend==3.1.0
2024/03/22 15:51:35     progressbar==2.5
2024/03/22 15:51:35     psutil==5.9.4
2024/03/22 15:51:35     ptyprocess==0.7.0
2024/03/22 15:51:35     pycparser==2.21
2024/03/22 15:51:35     pydantic==1.10.2
2024/03/22 15:51:35     Pygments==2.13.0
2024/03/22 15:51:35     pylev==1.4.0
2024/03/22 15:51:35     pynzb==0.1.0
2024/03/22 15:51:35     pyparsing==3.0.9
2024/03/22 15:51:35     pyproject_hooks==1.0.0
2024/03/22 15:51:35     pyrsistent==0.19.2
2024/03/22 15:51:35     PyRSS2Gen==1.1
2024/03/22 15:51:35     python-dateutil==2.8.2
2024/03/22 15:51:35     pytz==2022.6
2024/03/22 15:51:35     pytz-deprecation-shim==0.1.0.post0
2024/03/22 15:51:35     PyYAML==6.0.1
2024/03/22 15:51:35     rapidfuzz==2.15.1
2024/03/22 15:51:35     rebulk==3.1.0
2024/03/22 15:51:35     requests==2.31.0
2024/03/22 15:51:35     requests-toolbelt==1.0.0
2024/03/22 15:51:35     rich==12.6.0
2024/03/22 15:51:35     rpyc==5.3.1
2024/03/22 15:51:35     SecretStorage==3.3.3
2024/03/22 15:51:35     sgmllib3k==1.0.0
2024/03/22 15:51:35     shellingham==1.5.0.post1
2024/03/22 15:51:35     six==1.16.0
2024/03/22 15:51:35     soupsieve==2.3.2.post1
2024/03/22 15:51:35     SQLAlchemy==2.0.15
2024/03/22 15:51:35     tempora==5.1.0
2024/03/22 15:51:35     terminaltables==3.1.10
2024/03/22 15:51:35     tomlkit==0.11.8
2024/03/22 15:51:35     transmission-rpc==4.3.0
2024/03/22 15:51:35     trove-classifiers==2023.7.6
2024/03/22 15:51:35     typing_extensions==4.7.1
2024/03/22 15:51:35     tzdata==2022.7
2024/03/22 15:51:35     tzlocal==4.2
2024/03/22 15:51:35     urllib3==1.26.13
2024/03/22 15:51:35     virtualenv==20.25.1
2024/03/22 15:51:35     webencodings==0.5.1
2024/03/22 15:51:35     Werkzeug==2.2.3
2024/03/22 15:51:35     woops==0.2.1
2024/03/22 15:51:35     zc.lockfile==2.0
2024/03/22 15:51:35     zipp==3.16.2
2024/03/22 15:51:35     zxcvbn==4.4.28
2024/03/22 15:51:36     zxcvbn-python==4.4.24
2024/03/22 15:51:36     End service_postinst

Service Log

No response

Other Logs

No response

CorentinWicht avatar Mar 27 '24 13:03 CorentinWicht