🧼 Step 1. Fresh Clean Environments (launch if it's your first start)
\n",
"If you have a healthy and working install, SKIP to STEP 3. This can be launched in CPU mode."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ea5bcd71-2b71-4d27-90c1-053444ef33f0",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"!rm -r /home/studio-lab-user/.cache\n",
"!rm -r /home/studio-lab-user/.conda\n",
"!conda remove -n \"env_name\" --all\n",
"!rm -rf /home/studio-lab-user/*"
]
},
{
"cell_type": "markdown",
"id": "f05fa0e9-8141-471e-a9a5-b12cc04a9c94",
"metadata": {},
"source": [
"☢️*Your Browser Panel (on the left) should be empty.* \n",
"☢️You need to restart the Jupyter Lab now (before running next cell)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c55242c5-3887-4dd4-a384-0b480b0d11f1",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import subprocess\n",
"\n",
"# Run the command and capture the output\n",
"result = subprocess.run(['du', '-h', '--max-depth=1', '/home/studio-lab-user'], capture_output=True, text=True)\n",
"\n",
"# Check if the desired line is present in the output\n",
"if '1.1G\\t/home/studio-lab-user/.conda' in result.stdout:\n",
" print(\"Ok, your conda is clean (1.1GB) please continue with Step 2\")"
]
},
{
"cell_type": "markdown",
"id": "af2f3f5b-f9ba-4221-92fa-126600e39d9b",
"metadata": {
"tags": []
},
"source": [
"
🔥 Step 2. Install essentials (launch if it's your first start)
\n",
"This will install essentials. This can be launched in CPU mode. Be patient it might take a while."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "7ad40e45-9797-4188-be16-2e6c4d218ddc",
"metadata": {
"scrolled": true,
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting package metadata (current_repodata.json): / Collecting package metadata (current_repodata.json)/ | / - - \\ / / | / - | \\ | done\n",
"Solving environment: done\n",
"Solving environment/ done\n",
"\n",
"# All requested packages already installed.\n",
"\n",
"done\n",
"\n",
"## Package Plan ##\n",
"\n",
" environment location: /home/studio-lab-user/.conda/envs/default\n",
"\n",
" added / updated specs:\n",
" - libglib\n",
"\n",
"\n",
"The following packages will be downloaded:\n",
"\n",
" package | build\n",
" ---------------------------|-----------------\n",
" gettext-0.21.1 | h27087fc_0 4.1 MB conda-forge\n",
" libglib-2.78.0 | hebfc3b9_0 2.6 MB conda-forge\n",
" libiconv-1.17 | h166bdaf_0 1.4 MB conda-forge\n",
" openssl-3.1.3 | hd590300_0 2.5 MB conda-forge\n",
" pcre2-10.40 | hc3806b6_0 2.3 MB conda-forge\n",
" ------------------------------------------------------------\n",
" Total: 12.9 MB\n",
"\n",
"The following NEW packages will be INSTALLED:\n",
"\n",
" gettext conda-forge/linux-64::gettext-0.21.1-h27087fc_0 \n",
" libglib conda-forge/linux-64::libglib-2.78.0-hebfc3b9_0 \n",
" libiconv conda-forge/linux-64::libiconv-1.17-h166bdaf_0 \n",
" pcre2 conda-forge/linux-64::pcre2-10.40-hc3806b6_0 \n",
"\n",
"The following packages will be UPDATED:\n",
"\n",
" openssl 3.1.2-hd590300_0 --> 3.1.3-hd590300_0 \n",
"\n",
"\n",
"\n",
"Downloading and Extracting Packages:\n",
"libglib-2.78.0 | 2.6 MB | | 0% \n",
"gettext-0.21.1 | 4.1 MB | | 0% \u001b[A\n",
"\n",
"openssl-3.1.3 | 2.5 MB | | 0% \u001b[A\u001b[A\n",
"\n",
"\n",
"pcre2-10.40 | 2.3 MB | | 0% \u001b[A\u001b[A\u001b[A\n",
"\n",
"\n",
"\n",
"libglib-2.78.0 | 2.6 MB | 2 | 1% \u001b[A\u001b[A\u001b[A\u001b[A\n",
"\n",
"\n",
"pcre2-10.40 | 2.3 MB | 2 | 1% \u001b[A\u001b[A\u001b[A\n",
"\n",
"openssl-3.1.3 | 2.5 MB | 2 | 1% \u001b[A\u001b[A\n",
"gettext-0.21.1 | 4.1 MB | 1 | 0% \u001b[A\n",
"\n",
"\n",
"\n",
"libiconv-1.17 | 1.4 MB | 4 | 1% \u001b[A\u001b[A\u001b[A\u001b[A\n",
"\n",
"\n",
"pcre2-10.40 | 2.3 MB | #############################9 | 81% \u001b[A\u001b[A\u001b[A\n",
"\n",
"openssl-3.1.3 | 2.5 MB | ######################### | 68% \u001b[A\u001b[A\n",
"gettext-0.21.1 | 4.1 MB | ###############1 | 41% \u001b[ACollecting package metadata (current_repodata.json): ...working... done\n",
"Solving environment: ...working... done\n",
"\n",
"## Package Plan ##\n",
"\n",
" environment location: /home/studio-lab-user/.conda/envs/default\n",
"\n",
" added / updated specs:\n",
" - aria2\n",
"\n",
"\n",
"The following packages will be downloaded:\n",
"\n",
" package | build\n",
" ---------------------------|-----------------\n",
" aria2-1.36.0 | h43d1f13_4 1.5 MB conda-forge\n",
" c-ares-1.20.1 | hd590300_1 113 KB conda-forge\n",
" icu-73.2 | h59595ed_0 11.5 MB conda-forge\n",
" libssh2-1.11.0 | h0841786_0 265 KB conda-forge\n",
" libxml2-2.11.5 | h232c23b_1 689 KB conda-forge\n",
" ------------------------------------------------------------\n",
" Total: 14.1 MB\n",
"\n",
"The following NEW packages will be INSTALLED:\n",
"\n",
" aria2 conda-forge/linux-64::aria2-1.36.0-h43d1f13_4 \n",
" c-ares conda-forge/linux-64::c-ares-1.20.1-hd590300_1 \n",
" icu conda-forge/linux-64::icu-73.2-h59595ed_0 \n",
" libiconv conda-forge/linux-64::libiconv-1.17-h166bdaf_0 \n",
" libssh2 conda-forge/linux-64::libssh2-1.11.0-h0841786_0 \n",
" libxml2 conda-forge/linux-64::libxml2-2.11.5-h232c23b_1 \n",
"\n",
"The following packages will be UPDATED:\n",
"\n",
" openssl 3.1.2-hd590300_0 --> 3.1.3-hd590300_0 \n",
"\n",
"\n",
"Preparing transaction: ...working... done\n",
"Verifying transaction: ...working... failed\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'bin/iconv'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/iconv.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/libcharset.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/localcharset.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so.1.0.0'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"SafetyError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.a'\n",
"has an incorrect size.\n",
" reported size: 1067742 bytes\n",
" actual size: 851968 bytes\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so.2'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so.2.6.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv.1.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_close.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_open.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_open_into.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconvctl.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/af/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/bg/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ca/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/cs/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/da/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/de/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/el/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/eo/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/es/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/et/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/fi/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/fr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ga/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/gl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/hr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/hu/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/id/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/it/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ja/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ko/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/lt/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/nl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/pl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/pt_BR/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/rm/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ro/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ru/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sk/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sq/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sv/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/tr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/uk/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/vi/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/wa/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/zh_CN/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/zh_TW/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man1/iconv.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_close.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_open.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_open_into.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconvctl.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"\n",
"\n",
"Note: you may need to restart the kernel to use updated packages.\n",
"Collecting package metadata (current_repodata.json): ...working... done\n",
"Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve.\n",
"Collecting package metadata (repodata.json): ...working... done\n",
"Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve.\n",
"\n",
"PackagesNotFoundError: The following packages are not available from current channels:\n",
"\n",
" - libglib2.0-0\n",
"\n",
"Current channels:\n",
"\n",
" - https://conda.anaconda.org/conda-forge/linux-64\n",
" - https://conda.anaconda.org/conda-forge/noarch\n",
"\n",
"To search for alternate channels that may provide the conda package you're\n",
"looking for, navigate to\n",
"\n",
" https://anaconda.org\n",
"\n",
"and use the search bar at the top of the page.\n",
"\n",
"\n",
"\n",
"Note: you may need to restart the kernel to use updated packages.\n",
"Collecting package metadata (current_repodata.json): ...working... done\n",
"Solving environment: ...working... done\n",
"\n",
"## Package Plan ##\n",
"\n",
" environment location: /home/studio-lab-user/.conda/envs/default\n",
"\n",
" added / updated specs:\n",
" - glib\n",
"\n",
"\n",
"The following packages will be downloaded:\n",
"\n",
" package | build\n",
" ---------------------------|-----------------\n",
" glib-2.78.0 | hfc55251_0 479 KB conda-forge\n",
" glib-tools-2.78.0 | hfc55251_0 110 KB conda-forge\n",
" ------------------------------------------------------------\n",
" Total: 589 KB\n",
"\n",
"The following NEW packages will be INSTALLED:\n",
"\n",
" gettext conda-forge/linux-64::gettext-0.21.1-h27087fc_0 \n",
" glib conda-forge/linux-64::glib-2.78.0-hfc55251_0 \n",
" glib-tools conda-forge/linux-64::glib-tools-2.78.0-hfc55251_0 \n",
" libglib conda-forge/linux-64::libglib-2.78.0-hebfc3b9_0 \n",
" libiconv conda-forge/linux-64::libiconv-1.17-h166bdaf_0 \n",
" pcre2 conda-forge/linux-64::pcre2-10.40-hc3806b6_0 \n",
"\n",
"The following packages will be UPDATED:\n",
"\n",
" openssl 3.1.2-hd590300_0 --> 3.1.3-hd590300_0 \n",
"\n",
"\n",
"Preparing transaction: ...working... done\n",
"Verifying transaction: ...working... failed\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'bin/iconv'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/iconv.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/libcharset.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'include/localcharset.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libcharset.so.1.0.0'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"SafetyError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.a'\n",
"has an incorrect size.\n",
" reported size: 1067742 bytes\n",
" actual size: 851968 bytes\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so.2'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'lib/libiconv.so.2.6.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv.1.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_close.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_open.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconv_open_into.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/doc/iconvctl.3.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/af/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/bg/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ca/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/cs/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/da/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/de/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/el/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/eo/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/es/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/et/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/fi/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/fr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ga/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/gl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/hr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/hu/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/id/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/it/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ja/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ko/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/lt/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/nl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/pl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/pt_BR/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/rm/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ro/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/ru/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sk/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sl/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sq/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/sv/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/tr/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/uk/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/vi/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/wa/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/zh_CN/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/locale/zh_TW/LC_MESSAGES/libiconv.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man1/iconv.1'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_close.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_open.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconv_open_into.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libiconv located at /home/studio-lab-user/.conda/pkgs/libiconv-1.17-h166bdaf_0\n",
"appears to be corrupted. The path 'share/man/man3/iconvctl.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'bin/pcre2-config'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'bin/pcre2_jit_test'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'bin/pcre2grep'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'bin/pcre2test'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'cmake/pcre2-config-version.cmake'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'cmake/pcre2-config.cmake'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'include/pcre2.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'include/pcre2posix.h'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"SafetyError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/libpcre2-16.so.0.11.0'\n",
"has an incorrect size.\n",
" reported size: 613752 bytes\n",
" actual size: 278528 bytes\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/libpcre2-8.so.0.11.0'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/libpcre2-posix.so.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/libpcre2-posix.so.3.0.2'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/libpcre2-16.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/libpcre2-32.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/libpcre2-8.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/libpcre2-posix.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_callout_enumerate.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_code_copy.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_code_copy_with_tables.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_code_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_compile.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_compile_context_copy.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_compile_context_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_compile_context_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_config.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_convert_context_copy.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_convert_context_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_convert_context_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_converted_pattern_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_dfa_match.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_general_context_copy.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_general_context_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_general_context_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_error_message.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_mark.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_match_data_size.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_ovector_count.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_ovector_pointer.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_get_startchar.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_compile.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_free_unused_memory.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_match.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_stack_assign.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_stack_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_jit_stack_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_maketables.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_maketables_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_context_copy.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_context_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_context_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_data_create.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_data_create_from_pattern.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_match_data_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_pattern_convert.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_pattern_info.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_serialize_decode.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_serialize_encode.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_serialize_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_serialize_get_number_of_codes.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_bsr.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_callout.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_character_tables.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_compile_extra_options.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_compile_recursion_guard.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_depth_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_glob_escape.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_glob_separator.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_heap_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_match_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_max_pattern_length.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_newline.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_offset_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_parens_nest_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_recursion_limit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_recursion_memory_management.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_set_substitute_callout.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substitute.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_copy_byname.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_copy_bynumber.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_get_byname.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_get_bynumber.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_length_byname.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_length_bynumber.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_list_free.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_list_get.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_nametable_scan.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2_substring_number_from_name.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2api.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2build.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2callout.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2compat.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2convert.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2demo.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2jit.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2limits.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2matching.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2partial.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2pattern.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2perform.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2posix.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2sample.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2serialize.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2syntax.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'man/man3/pcre2unicode.3'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/index.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2-config.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_callout_enumerate.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_code_copy.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_code_copy_with_tables.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_code_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_compile.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_compile_context_copy.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_compile_context_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_compile_context_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_config.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_convert_context_copy.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_convert_context_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_convert_context_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_converted_pattern_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_dfa_match.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_general_context_copy.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_general_context_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_general_context_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_error_message.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_mark.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_match_data_size.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_ovector_count.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_ovector_pointer.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_get_startchar.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_compile.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_free_unused_memory.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_match.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_stack_assign.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_stack_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_jit_stack_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_maketables.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_maketables_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_context_copy.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_context_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_context_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_data_create.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_match_data_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_pattern_convert.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_pattern_info.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_serialize_decode.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_serialize_encode.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_serialize_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_bsr.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_callout.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_character_tables.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_compile_extra_options.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_depth_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_glob_escape.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_glob_separator.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_heap_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_match_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_max_pattern_length.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_newline.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_offset_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_parens_nest_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_recursion_limit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_recursion_memory_management.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_set_substitute_callout.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substitute.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_copy_byname.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_copy_bynumber.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_get_byname.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_get_bynumber.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_length_byname.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_length_bynumber.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_list_free.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_list_get.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_nametable_scan.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2_substring_number_from_name.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2api.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2build.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2callout.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2compat.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2convert.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2demo.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2grep.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2jit.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2limits.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2matching.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2partial.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2pattern.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2perform.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2posix.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2sample.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2serialize.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2syntax.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2test.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for pcre2 located at /home/studio-lab-user/.conda/pkgs/pcre2-10.40-hc3806b6_0\n",
"appears to be corrupted. The path 'share/doc/pcre2/html/pcre2unicode.html'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'etc/conda/deactivate.d/libglib_deactivate.sh'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'lib/libglib-2.0.so.0'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/gio-2.0.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'lib/pkgconfig/gmodule-export-2.0.pc'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/an/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/be/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/bn_IN/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/bs/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/ca/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/de/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/dz/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/en_CA/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/fr/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/fur/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/gd/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/gu/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/ko/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/ku/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/oc/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/pt/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/ru/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/rw/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/si/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/sk/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/sl/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/tg/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/yi/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"CondaVerificationError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/zh_HK/LC_MESSAGES/glib20.mo'\n",
"specified in the package manifest cannot be found.\n",
"\n",
"SafetyError: The package for libglib located at /home/studio-lab-user/.conda/pkgs/libglib-2.78.0-hebfc3b9_0\n",
"appears to be corrupted. The path 'share/locale/zh_TW/LC_MESSAGES/glib20.mo'\n",
"has an incorrect size.\n",
" reported size: 123273 bytes\n",
" actual size: 4096 bytes\n",
"\n",
"\n",
"\n",
"Note: you may need to restart the kernel to use updated packages.\n",
"/home/studio-lab-user\n",
"Cloning into 'stable-diffusion-webui'...\n",
"remote: Enumerating objects: 318, done.\u001b[K\n",
"remote: Counting objects: 100% (318/318), done.\u001b[K\n",
"remote: Compressing objects: 100% (290/290), done.\u001b[K\n",
"remote: Total 318 (delta 10), reused 171 (delta 8), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (318/318), 1.69 MiB | 11.57 MiB/s, done.\n",
"Resolving deltas: 100% (10/10), done.\n",
"Encountered 6 file(s) that should have been pointers, but weren't:\n",
"\thtml/card-no-preview.png\n",
"\tmodules/Roboto-Regular.ttf\n",
"\tmodules/textual_inversion/test_embedding.png\n",
"\tscreenshot.png\n",
"\ttest/test_files/img2img_basic.png\n",
"\ttest/test_files/mask_basic.png\n",
"/home/studio-lab-user/stable-diffusion-webui/embeddings\n",
"Cloning into 'negativekit'...\n",
"remote: Enumerating objects: 34, done.\u001b[K\n",
"remote: Counting objects: 100% (34/34), done.\u001b[K\n",
"remote: Compressing objects: 100% (34/34), done.\u001b[K\n",
"remote: Total 34 (delta 3), reused 0 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (34/34), 1.46 MiB | 7.52 MiB/s, done.\n",
"/home/studio-lab-user/stable-diffusion-webui/extensions\n",
"Cloning into 'StyleSelectorXL'...\n",
"remote: Enumerating objects: 7, done.\u001b[K\n",
"remote: Counting objects: 100% (7/7), done.\u001b[K\n",
"remote: Compressing objects: 100% (5/5), done.\u001b[K\n",
"remote: Total 7 (delta 0), reused 4 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (7/7), 8.16 KiB | 8.16 MiB/s, done.\n",
"fatal: destination path 'StyleSelectorXL' already exists and is not an empty directory.\n",
"fatal: destination path 'StyleSelectorXL' already exists and is not an empty directory.\n",
"fatal: destination path 'StyleSelectorXL' already exists and is not an empty directory.\n",
"Cloning into 'batchlinks-webui'...\n",
"remote: Enumerating objects: 65, done.\u001b[K\n",
"remote: Counting objects: 100% (65/65), done.\u001b[K\n",
"remote: Compressing objects: 100% (60/60), done.\u001b[K\n",
"remote: Total 65 (delta 1), reused 50 (delta 1), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (65/65), 4.17 MiB | 15.93 MiB/s, done.\n",
"Cloning into 'sd-webui-infinite-image-browsing'...\n",
"remote: Enumerating objects: 179, done.\u001b[K\n",
"remote: Counting objects: 100% (179/179), done.\u001b[K\n",
"remote: Compressing objects: 100% (165/165), done.\u001b[K\n",
"remote: Total 179 (delta 6), reused 123 (delta 2), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (179/179), 1.73 MiB | 7.11 MiB/s, done.\n",
"Resolving deltas: 100% (6/6), done.\n",
"Cloning into 'ultimatesdupscale'...\n",
"remote: Enumerating objects: 7, done.\u001b[K\n",
"remote: Counting objects: 100% (7/7), done.\u001b[K\n",
"remote: Compressing objects: 100% (5/5), done.\u001b[K\n",
"remote: Total 7 (delta 0), reused 6 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (7/7), 17.82 KiB | 8.91 MiB/s, done.\n",
"Cloning into 'tagcomplete'...\n",
"remote: Enumerating objects: 32, done.\u001b[K\n",
"remote: Counting objects: 100% (32/32), done.\u001b[K\n",
"remote: Compressing objects: 100% (31/31), done.\u001b[K\n",
"remote: Total 32 (delta 4), reused 11 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (32/32), 1.92 MiB | 9.30 MiB/s, done.\n",
"Cloning into 'DWPose'...\n",
"remote: Enumerating objects: 3150, done.\u001b[K\n",
"remote: Counting objects: 100% (3150/3150), done.\u001b[K\n",
"remote: Compressing objects: 100% (2087/2087), done.\u001b[K\n",
"remote: Total 3150 (delta 973), reused 3124 (delta 955), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (3150/3150), 99.90 MiB | 60.46 MiB/s, done.\n",
"Resolving deltas: 100% (973/973), done.\n",
"Cloning into 'sd-webui-lora-block-weight'...\n",
"remote: Enumerating objects: 7, done.\u001b[K\n",
"remote: Counting objects: 100% (7/7), done.\u001b[K\n",
"remote: Compressing objects: 100% (7/7), done.\u001b[K\n",
"remote: Total 7 (delta 0), reused 5 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (7/7), 199.74 KiB | 4.54 MiB/s, done.\n",
"Cloning into 'stable-diffusion-webui-eyemask'...\n",
"remote: Enumerating objects: 60, done.\u001b[K\n",
"remote: Counting objects: 100% (60/60), done.\u001b[K\n",
"remote: Compressing objects: 100% (53/53), done.\u001b[K\n",
"remote: Total 60 (delta 1), reused 43 (delta 1), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (60/60), 69.54 MiB | 13.42 MiB/s, done.\n",
"fatal: destination path 'stable-diffusion-webui-eyemask' already exists and is not an empty directory.\n",
"fatal: destination path 'stable-diffusion-webui-eyemask' already exists and is not an empty directory.\n",
"fatal: destination path 'stable-diffusion-webui-eyemask' already exists and is not an empty directory.\n",
"Cloning into 'canvas-zoom'...\n",
"remote: Enumerating objects: 593, done.\u001b[K\n",
"remote: Counting objects: 100% (593/593), done.\u001b[K\n",
"remote: Compressing objects: 100% (558/558), done.\u001b[K\n",
"remote: Total 593 (delta 47), reused 458 (delta 28), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (593/593), 16.72 MiB | 11.77 MiB/s, done.\n",
"Resolving deltas: 100% (47/47), done.\n",
"Cloning into 'a1111-sd-webui-lycoris'...\n",
"remote: Enumerating objects: 12, done.\u001b[K\n",
"remote: Counting objects: 100% (12/12), done.\u001b[K\n",
"remote: Compressing objects: 100% (10/10), done.\u001b[K\n",
"remote: Total 12 (delta 0), reused 6 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (12/12), 16.97 KiB | 5.66 MiB/s, done.\n",
"Cloning into 'infinite-zoom-stable-diffusion'...\n",
"remote: Enumerating objects: 13, done.\u001b[K\n",
"remote: Counting objects: 100% (13/13), done.\u001b[K\n",
"remote: Compressing objects: 100% (12/12), done.\u001b[K\n",
"remote: Total 13 (delta 1), reused 5 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (13/13), 34.02 KiB | 2.27 MiB/s, done.\n",
"Cloning into 'sd-webui-3d-open-pose-editor'...\n",
"remote: Enumerating objects: 146, done.\u001b[K\n",
"remote: Counting objects: 100% (146/146), done.\u001b[K\n",
"remote: Compressing objects: 100% (137/137), done.\u001b[K\n",
"remote: Total 146 (delta 9), reused 90 (delta 4), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (146/146), 4.74 MiB | 29.26 MiB/s, done.\n",
"Resolving deltas: 100% (9/9), done.\n",
"Cloning into 'auto-sd-paint-ext'...\n",
"remote: Enumerating objects: 58, done.\u001b[K\n",
"remote: Counting objects: 100% (58/58), done.\u001b[K\n",
"remote: Compressing objects: 100% (53/53), done.\u001b[K\n",
"remote: Total 58 (delta 1), reused 22 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (58/58), 151.15 KiB | 4.58 MiB/s, done.\n",
"Cloning into 'sd-webui-neutral-prompt'...\n",
"remote: Enumerating objects: 23, done.\u001b[K\n",
"remote: Counting objects: 100% (23/23), done.\u001b[K\n",
"remote: Compressing objects: 100% (19/19), done.\u001b[K\n",
"remote: Total 23 (delta 0), reused 13 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (23/23), 14.90 KiB | 3.72 MiB/s, done.\n",
"Cloning into 'sd-webui-stealth-pnginfo'...\n",
"remote: Enumerating objects: 6, done.\u001b[K\n",
"remote: Counting objects: 100% (6/6), done.\u001b[K\n",
"remote: Compressing objects: 100% (5/5), done.\u001b[K\n",
"remote: Total 6 (delta 0), reused 1 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (6/6), 5.64 KiB | 5.64 MiB/s, done.\n",
"Cloning into 'sd_webui_stealth_pnginfo'...\n",
"remote: Enumerating objects: 6, done.\u001b[K\n",
"remote: Counting objects: 100% (6/6), done.\u001b[K\n",
"remote: Compressing objects: 100% (5/5), done.\u001b[K\n",
"remote: Total 6 (delta 0), reused 2 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (6/6), 4.78 KiB | 4.78 MiB/s, done.\n",
"Cloning into 'sd-fast-pnginfo'...\n",
"remote: Enumerating objects: 10, done.\u001b[K\n",
"remote: Counting objects: 100% (10/10), done.\u001b[K\n",
"remote: Compressing objects: 100% (6/6), done.\u001b[K\n",
"remote: Total 10 (delta 0), reused 5 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (10/10), 29.04 KiB | 7.26 MiB/s, done.\n",
"Cloning into 'batchlinks-addon'...\n",
"remote: Enumerating objects: 5, done.\u001b[K\n",
"remote: Counting objects: 100% (5/5), done.\u001b[K\n",
"remote: Compressing objects: 100% (4/4), done.\u001b[K\n",
"Unpacking objects: 100% (5/5), 2.01 KiB | 2.01 MiB/s, done.\n",
"remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0\u001b[K\n",
"Cloning into 'clip-interrogator-ext'...\n",
"remote: Enumerating objects: 10, done.\u001b[K\n",
"remote: Counting objects: 100% (10/10), done.\u001b[K\n",
"remote: Compressing objects: 100% (8/8), done.\u001b[K\n",
"remote: Total 10 (delta 0), reused 6 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (10/10), 104.34 KiB | 4.01 MiB/s, done.\n",
"fatal: destination path 'canvas-zoom' already exists and is not an empty directory.\n",
"Cloning into 'ultimate-upscale-for-automatic1111'...\n",
"remote: Enumerating objects: 7, done.\u001b[K\n",
"remote: Counting objects: 100% (7/7), done.\u001b[K\n",
"remote: Compressing objects: 100% (5/5), done.\u001b[K\n",
"remote: Total 7 (delta 0), reused 5 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (7/7), 18.01 KiB | 9.01 MiB/s, done.\n",
"Cloning into 'sd-webui-regional-prompter'...\n",
"remote: Enumerating objects: 20, done.\u001b[K\n",
"remote: Counting objects: 100% (20/20), done.\u001b[K\n",
"remote: Compressing objects: 100% (19/19), done.\u001b[K\n",
"remote: Total 20 (delta 0), reused 3 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (20/20), 76.23 KiB | 4.76 MiB/s, done.\n",
"Cloning into 'openpose-editor'...\n",
"remote: Enumerating objects: 30, done.\u001b[K\n",
"remote: Counting objects: 100% (30/30), done.\u001b[K\n",
"remote: Compressing objects: 100% (24/24), done.\u001b[K\n",
"remote: Total 30 (delta 0), reused 23 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (30/30), 220.80 KiB | 5.97 MiB/s, done.\n",
"Cloning into 'sd-webui-roop'...\n",
"remote: Enumerating objects: 15, done.\u001b[K\n",
"remote: Counting objects: 100% (15/15), done.\u001b[K\n",
"remote: Compressing objects: 100% (14/14), done.\u001b[K\n",
"remote: Total 15 (delta 0), reused 3 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (15/15), 681.44 KiB | 8.97 MiB/s, done.\n",
"Cloning into 'Stable-Diffusion-Webui-Civitai-Helper'...\n",
"remote: Enumerating objects: 55, done.\u001b[K\n",
"remote: Counting objects: 100% (55/55), done.\u001b[K\n",
"remote: Compressing objects: 100% (51/51), done.\u001b[K\n",
"remote: Total 55 (delta 0), reused 38 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (55/55), 2.16 MiB | 14.96 MiB/s, done.\n",
"Cloning into 'sd-webui-ar'...\n",
"remote: Enumerating objects: 10, done.\u001b[K\n",
"remote: Counting objects: 100% (10/10), done.\u001b[K\n",
"remote: Compressing objects: 100% (9/9), done.\u001b[K\n",
"remote: Total 10 (delta 0), reused 5 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (10/10), 6.57 KiB | 3.29 MiB/s, done.\n",
"Cloning into 'sd-dynamic-prompts'...\n",
"remote: Enumerating objects: 1961, done.\u001b[K\n",
"remote: Counting objects: 100% (1961/1961), done.\u001b[K\n",
"remote: Compressing objects: 100% (1682/1682), done.\u001b[K\n",
"remote: Total 1961 (delta 6), reused 1880 (delta 6), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (1961/1961), 26.14 MiB | 57.31 MiB/s, done.\n",
"Resolving deltas: 100% (6/6), done.\n",
"Cloning into 'sd_dreambooth_extension'...\n",
"remote: Enumerating objects: 108, done.\u001b[K\n",
"remote: Counting objects: 100% (108/108), done.\u001b[K\n",
"remote: Compressing objects: 100% (91/91), done.\u001b[K\n",
"remote: Total 108 (delta 10), reused 46 (delta 9), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (108/108), 7.93 MiB | 28.79 MiB/s, done.\n",
"Resolving deltas: 100% (10/10), done.\n",
"fatal: destination path 'sd-webui-lora-block-weight' already exists and is not an empty directory.\n",
"Cloning into 'infinite-zoom-automatic1111-webui'...\n",
"remote: Enumerating objects: 30, done.\u001b[K\n",
"remote: Counting objects: 100% (30/30), done.\u001b[K\n",
"remote: Compressing objects: 100% (27/27), done.\u001b[K\n",
"remote: Total 30 (delta 0), reused 14 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (30/30), 22.20 KiB | 4.44 MiB/s, done.\n",
"Cloning into 'unprompted'...\n",
"remote: Enumerating objects: 1496, done.\u001b[K\n",
"remote: Counting objects: 100% (1496/1496), done.\u001b[K\n",
"remote: Compressing objects: 100% (1262/1262), done.\u001b[K\n",
"remote: Total 1496 (delta 193), reused 1376 (delta 189), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (1496/1496), 27.28 MiB | 46.95 MiB/s, done.\n",
"Resolving deltas: 100% (193/193), done.\n",
"Cloning into 'a1111-sd-webui-tagcomplete'...\n",
"remote: Enumerating objects: 32, done.\u001b[K\n",
"remote: Counting objects: 100% (32/32), done.\u001b[K\n",
"remote: Compressing objects: 100% (31/31), done.\u001b[K\n",
"remote: Total 32 (delta 4), reused 10 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (32/32), 1.92 MiB | 9.35 MiB/s, done.\n",
"Cloning into 'adetailer'...\n",
"remote: Enumerating objects: 37, done.\u001b[K\n",
"remote: Counting objects: 100% (37/37), done.\u001b[K\n",
"remote: Compressing objects: 100% (34/34), done.\u001b[K\n",
"remote: Total 37 (delta 0), reused 0 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (37/37), 93.67 KiB | 4.26 MiB/s, done.\n",
"Cloning into 'multidiffusion-upscaler-for-automatic1111'...\n",
"remote: Enumerating objects: 22, done.\u001b[K\n",
"remote: Counting objects: 100% (22/22), done.\u001b[K\n",
"remote: Compressing objects: 100% (20/20), done.\u001b[K\n",
"remote: Total 22 (delta 0), reused 12 (delta 0), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (22/22), 62.73 KiB | 4.18 MiB/s, done.\n"
]
}
],
"source": [
"#Install all essentials for stable diffusion\n",
"!conda install -c conda-forge libglib -y & conda update -n base conda -y\n",
"%conda install -q -y aria2\n",
"%conda install -q -y libglib2.0-0\n",
"%conda install -q -y glib\n",
"%cd /home/studio-lab-user/\n",
"!git clone --depth 1 https://github.com/dreamscapeai/stable-diffusion-webui\n",
"%cd /home/studio-lab-user/stable-diffusion-webui/embeddings\n",
"!git clone --depth 1 https://github.com/dreamscapeai/negativekit\n",
"%cd /home/studio-lab-user/stable-diffusion-webui/extensions\n",
"!git clone --depth 1 https://github.com/ahgsql/StyleSelectorXL\n",
"!git clone --depth 1 https://github.com/ahgsql/StyleSelectorXL\n",
"!git clone --depth 1 https://github.com/ahgsql/StyleSelectorXL\n",
"!git clone --depth 1 https://github.com/ahgsql/StyleSelectorXL\n",
"!git clone --depth 1 https://github.com/etherealxx/batchlinks-webui\n",
"!git clone --depth 1 https://github.com/zanllp/sd-webui-infinite-image-browsing\n",
"!git clone --depth 1 https://github.com/dreamscapeai/ultimatesdupscale\n",
"!git clone --depth 1 https://github.com/dreamscapeai/tagcomplete\n",
"!git clone --depth 1 https://github.com/IDEA-Research/DWPose\n",
"!git clone --depth 1 https://github.com/hako-mikan/sd-webui-lora-block-weight.git\n",
"!git clone --depth 1 https://github.com/ilian6806/stable-diffusion-webui-eyemask.git\n",
"!git clone --depth 1 https://github.com/ilian6806/stable-diffusion-webui-eyemask.git\n",
"!git clone --depth 1 https://github.com/ilian6806/stable-diffusion-webui-eyemask.git\n",
"!git clone --depth 1 https://github.com/ilian6806/stable-diffusion-webui-eyemask.git\n",
"!git clone --depth 1 https://github.com/richrobber2/canvas-zoom.git\n",
"!git clone --depth 1 https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris.git\n",
"!git clone --depth 1 https://github.com/v8hid/infinite-zoom-stable-diffusion.git\n",
"!git clone --depth 1 https://github.com/nonnonstop/sd-webui-3d-open-pose-editor.git\n",
"!git clone --depth 1 https://github.com/Interpause/auto-sd-paint-ext.git\n",
"!git clone --depth 1 https://github.com/ljleb/sd-webui-neutral-prompt.git\n",
"!git clone --depth 1 https://github.com/neggles/sd-webui-stealth-pnginfo.git\n",
"!git clone --depth 1 https://github.com/ashen-sensored/sd_webui_stealth_pnginfo.git\n",
"!git clone --depth 1 https://github.com/NoCrypt/sd-fast-pnginfo.git\n",
"!git clone --depth 1 https://github.com/NoCrypt/batchlinks-addon.git\n",
"!git clone --depth 1 https://github.com/pharmapsychotic/clip-interrogator-ext.git\n",
"!git clone --depth 1 https://github.com/richrobber2/canvas-zoom.git\n",
"!git clone --depth 1 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git\n",
"!git clone --depth 1 https://github.com/hako-mikan/sd-webui-regional-prompter.git\n",
"!git clone --depth 1 https://github.com/fkunn1326/openpose-editor.git\n",
"!git clone --depth 1 https://github.com/s0md3v/sd-webui-roop.git\n",
"!git clone --depth 1 https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper.git\n",
"!git clone --depth 1 https://github.com/alemelis/sd-webui-ar.git\n",
"!git clone --depth 1 https://github.com/adieyal/sd-dynamic-prompts.git\n",
"!git clone --depth 1 https://github.com/d8ahazard/sd_dreambooth_extension.git\n",
"!git clone --depth 1 https://github.com/hako-mikan/sd-webui-lora-block-weight.git\n",
"!git clone --depth 1 https://github.com/v8hid/infinite-zoom-automatic1111-webui.git\n",
"!git clone --depth 1 https://github.com/ThereforeGames/unprompted.git\n",
"!git clone --depth 1 https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git\n",
"!git clone --depth 1 https://github.com/dreamscapeai/adetailer\n",
"!git clone --depth 1 https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git"
]
},
{
"cell_type": "markdown",
"id": "2f8db6a2-a6f2-49aa-8037-c591a378c4af",
"metadata": {
"tags": []
},
"source": [
"
💾 Step 3. Downloads Models and Checkpoints
\n",
"The model are downloaded in tmp folder, which will be emptied at every new runtime. This MUST be launched in GPU MODE."
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "7264a7c8-4386-4996-8da7-babb387770d6",
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"'/home/studio-lab-user/tmp' -> '/tmp'\n",
"'/home/studio-lab-user/stable-diffusion-webui/models/Stable-diffusion/tmp_models' -> '/tmp/models'\n",
"/tmp/models\n",
"/usr/bin/sh: 1: aria2c: not found\n",
"/usr/bin/sh: 1: aria2c: not found\n",
"/home/studio-lab-user/stable-diffusion-webui/models/VAE\n",
"/usr/bin/sh: 1: aria2c: not found\n"
]
}
],
"source": [
"!rm -rf /home/studio-lab-user/tmp\n",
"!rm -rf /home/studio-lab-user/stable-diffusion-webui/models/Stable-diffusion/tmp_models\n",
"!ln -vs /tmp ~/tmp\n",
"!ln -vs /tmp/models /home/studio-lab-user/stable-diffusion-webui/models/Stable-diffusion/tmp_models\n",
"!mkdir -p /tmp/models\n",
"%cd ~/stable-diffusion-webui/models/Stable-diffusion/tmp_models\n",
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/sd_xl_base_1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -o sdxl_base.safetensors\n",
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/sd_xl_refiner_1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors -o sdxl_refiner.safetensors\n",
"%cd ~/stable-diffusion-webui/models/VAE\n",
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/sdxl_vae/resolve/main/sdxl_vae.safetensors -o sdxl_vae.vae.safetensors"
]
},
{
"cell_type": "markdown",
"id": "6a87cf1c-7b77-4618-9576-c7e4181dde49",
"metadata": {
"tags": []
},
"source": [
"
🌟 Step 4. BOOT LAUNCHER WEBUI (MUST BE in GPU Mode)
\n",
"Don't forget to paste your NGROK token below. Create one token here https://dashboard.ngrok.com/get-started/your-authtoken"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "9ea3ea45-056c-4863-a06a-3f7422bf7e20",
"metadata": {
"scrolled": true,
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"/home/studio-lab-user/stable-diffusion-webui\n",
"fatal: No names found, cannot describe anything.\n",
"Python 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:39:03) \n",
"[GCC 11.3.0]\n",
"Version: 1.6.0\n",
"Commit hash: 9f38672ea51e599e63c2b61b383d671815f804a9\n",
"Installing torch and torchvision\n",
"Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118\n",
"Collecting torch==2.0.1\n",
" Downloading https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp39-cp39-linux_x86_64.whl (2267.3 MB)\n",
"\u001b[K |█████ | 348.7 MB 121.8 MB/s eta 0:00:16 |██▊ | 192.8 MB 150.0 MB/s eta 0:00:14"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"IOPub data rate exceeded.\n",
"The Jupyter server will temporarily stop sending output\n",
"to the client in order to avoid crashing it.\n",
"To change this limit, set the config variable\n",
"`--ServerApp.iopub_data_rate_limit`.\n",
"\n",
"Current values:\n",
"ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
"ServerApp.rate_limit_window=3.0 (secs)\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[K |██████████▋ | 750.6 MB 132.1 MB/s eta 0:00:12"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"IOPub data rate exceeded.\n",
"The Jupyter server will temporarily stop sending output\n",
"to the client in order to avoid crashing it.\n",
"To change this limit, set the config variable\n",
"`--ServerApp.iopub_data_rate_limit`.\n",
"\n",
"Current values:\n",
"ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
"ServerApp.rate_limit_window=3.0 (secs)\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[K |████████████████▎ | 1156.0 MB 117.0 MB/s eta 0:00:10"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"IOPub data rate exceeded.\n",
"The Jupyter server will temporarily stop sending output\n",
"to the client in order to avoid crashing it.\n",
"To change this limit, set the config variable\n",
"`--ServerApp.iopub_data_rate_limit`.\n",
"\n",
"Current values:\n",
"ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
"ServerApp.rate_limit_window=3.0 (secs)\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[K |██████████████████████ | 1557.4 MB 137.7 MB/s eta 0:00:06 |███████████████████▊ | 1394.0 MB 89.3 MB/s eta 0:00:10"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"IOPub data rate exceeded.\n",
"The Jupyter server will temporarily stop sending output\n",
"to the client in order to avoid crashing it.\n",
"To change this limit, set the config variable\n",
"`--ServerApp.iopub_data_rate_limit`.\n",
"\n",
"Current values:\n",
"ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
"ServerApp.rate_limit_window=3.0 (secs)\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[K |███████████████████████████▍ | 1937.5 MB 117.1 MB/s eta 0:00:03"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"IOPub data rate exceeded.\n",
"The Jupyter server will temporarily stop sending output\n",
"to the client in order to avoid crashing it.\n",
"To change this limit, set the config variable\n",
"`--ServerApp.iopub_data_rate_limit`.\n",
"\n",
"Current values:\n",
"ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
"ServerApp.rate_limit_window=3.0 (secs)\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[K |████████████████████████████████| 2267.3 MB 1.2 kB/s eta 0:00:012\n",
"\u001b[?25hCollecting torchvision==0.15.2\n",
" Downloading https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp39-cp39-linux_x86_64.whl (6.1 MB)\n",
"\u001b[K |████████████████████████████████| 6.1 MB 52.4 MB/s eta 0:00:01\n",
"\u001b[?25hCollecting filelock\n",
" Downloading filelock-3.12.4-py3-none-any.whl (11 kB)\n",
"Requirement already satisfied: jinja2 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torch==2.0.1) (3.1.2)\n",
"Collecting triton==2.0.0\n",
" Downloading https://download.pytorch.org/whl/triton-2.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)\n",
"\u001b[K |████████████████████████████████| 63.3 MB 49.8 MB/s eta 0:00:01\n",
"\u001b[?25hRequirement already satisfied: typing-extensions in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torch==2.0.1) (4.7.1)\n",
"Collecting networkx\n",
" Downloading networkx-3.2-py3-none-any.whl (1.6 MB)\n",
"\u001b[K |████████████████████████████████| 1.6 MB 6.1 MB/s eta 0:00:01\n",
"\u001b[?25hCollecting sympy\n",
" Downloading https://download.pytorch.org/whl/sympy-1.12-py3-none-any.whl (5.7 MB)\n",
"\u001b[K |████████████████████████████████| 5.7 MB 39.5 MB/s eta 0:00:01\n",
"\u001b[?25hCollecting pillow!=8.3.*,>=5.3.0\n",
" Downloading Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.6 MB)\n",
"\u001b[K |████████████████████████████████| 3.6 MB 68.4 MB/s eta 0:00:01\n",
"\u001b[?25hCollecting numpy\n",
" Downloading numpy-1.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)\n",
"\u001b[K |████████████████████████████████| 18.2 MB 86.7 MB/s eta 0:00:01\n",
"\u001b[?25hRequirement already satisfied: requests in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torchvision==0.15.2) (2.31.0)\n",
"Collecting cmake\n",
" Downloading cmake-3.27.7-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (26.0 MB)\n",
"\u001b[K |████████████████████████████████| 26.0 MB 60.7 MB/s eta 0:00:01 |███████████████████████████▎ | 22.2 MB 60.7 MB/s eta 0:00:01\n",
"\u001b[?25hCollecting lit\n",
" Downloading lit-17.0.3.tar.gz (154 kB)\n",
"\u001b[K |████████████████████████████████| 154 kB 100.7 MB/s eta 0:00:01\n",
"\u001b[?25h Installing build dependencies ... \u001b[?25ldone\n",
"\u001b[?25h Getting requirements to build wheel ... \u001b[?25ldone\n",
"\u001b[?25h Installing backend dependencies ... \u001b[?25ldone\n",
"\u001b[?25h Preparing wheel metadata ... \u001b[?25ldone\n",
"\u001b[?25hRequirement already satisfied: MarkupSafe>=2.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from jinja2->torch==2.0.1) (2.1.3)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->torchvision==0.15.2) (2023.7.22)\n",
"Requirement already satisfied: idna<4,>=2.5 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->torchvision==0.15.2) (3.4)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->torchvision==0.15.2) (2.0.4)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->torchvision==0.15.2) (3.2.0)\n",
"Collecting mpmath>=0.19\n",
" Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB)\n",
"\u001b[K |████████████████████████████████| 536 kB 45.8 MB/s eta 0:00:01\n",
"\u001b[?25hBuilding wheels for collected packages: lit\n",
" Building wheel for lit (PEP 517) ... \u001b[?25ldone\n",
"\u001b[?25h Created wheel for lit: filename=lit-17.0.3-py3-none-any.whl size=93257 sha256=96133052b1b996ac0b86d2e2eb72ee274c2d2836e5e3da6fd9b0b07a2ae433c5\n",
" Stored in directory: /home/studio-lab-user/.cache/pip/wheels/12/19/46/1af3d7a035076a6ea75d9f867d898e5796fe26c7291fe76b3a\n",
"Successfully built lit\n",
"Installing collected packages: mpmath, lit, filelock, cmake, triton, sympy, networkx, torch, pillow, numpy, torchvision\n",
"Successfully installed cmake-3.27.7 filelock-3.12.4 lit-17.0.3 mpmath-1.3.0 networkx-3.2 numpy-1.26.1 pillow-10.1.0 sympy-1.12 torch-2.0.1+cu118 torchvision-0.15.2+cu118 triton-2.0.0\n",
"Installing clip\n",
"Installing open_clip\n",
"Installing xformers\n",
"Installing ngrok\n",
"Cloning Stable Diffusion into /home/studio-lab-user/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...\n",
"Cloning into '/home/studio-lab-user/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'...\n",
"remote: Enumerating objects: 577, done.\u001b[K\n",
"remote: Counting objects: 100% (307/307), done.\u001b[K\n",
"remote: Compressing objects: 100% (91/91), done.\u001b[K\n",
"remote: Total 577 (delta 246), reused 217 (delta 216), pack-reused 270\u001b[K\n",
"Receiving objects: 100% (577/577), 73.43 MiB | 53.94 MiB/s, done.\n",
"Resolving deltas: 100% (278/278), done.\n",
"Cloning Stable Diffusion XL into /home/studio-lab-user/stable-diffusion-webui/repositories/generative-models...\n",
"Cloning into '/home/studio-lab-user/stable-diffusion-webui/repositories/generative-models'...\n",
"remote: Enumerating objects: 740, done.\u001b[K\n",
"remote: Counting objects: 100% (393/393), done.\u001b[K\n",
"remote: Compressing objects: 100% (157/157), done.\u001b[K\n",
"remote: Total 740 (delta 307), reused 236 (delta 236), pack-reused 347\u001b[K\n",
"Receiving objects: 100% (740/740), 22.31 MiB | 29.33 MiB/s, done.\n",
"Resolving deltas: 100% (378/378), done.\n",
"Cloning K-diffusion into /home/studio-lab-user/stable-diffusion-webui/repositories/k-diffusion...\n",
"Cloning into '/home/studio-lab-user/stable-diffusion-webui/repositories/k-diffusion'...\n",
"remote: Enumerating objects: 1302, done.\u001b[K\n",
"remote: Counting objects: 100% (1302/1302), done.\u001b[K\n",
"remote: Compressing objects: 100% (412/412), done.\u001b[K\n",
"remote: Total 1302 (delta 913), reused 1239 (delta 883), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (1302/1302), 232.58 KiB | 4.15 MiB/s, done.\n",
"Resolving deltas: 100% (913/913), done.\n",
"Cloning CodeFormer into /home/studio-lab-user/stable-diffusion-webui/repositories/CodeFormer...\n",
"Cloning into '/home/studio-lab-user/stable-diffusion-webui/repositories/CodeFormer'...\n",
"remote: Enumerating objects: 594, done.\u001b[K\n",
"remote: Counting objects: 100% (245/245), done.\u001b[K\n",
"remote: Compressing objects: 100% (90/90), done.\u001b[K\n",
"remote: Total 594 (delta 176), reused 170 (delta 155), pack-reused 349\u001b[K\n",
"Receiving objects: 100% (594/594), 17.30 MiB | 26.10 MiB/s, done.\n",
"Resolving deltas: 100% (287/287), done.\n",
"Cloning BLIP into /home/studio-lab-user/stable-diffusion-webui/repositories/BLIP...\n",
"Cloning into '/home/studio-lab-user/stable-diffusion-webui/repositories/BLIP'...\n",
"remote: Enumerating objects: 277, done.\u001b[K\n",
"remote: Counting objects: 100% (165/165), done.\u001b[K\n",
"remote: Compressing objects: 100% (30/30), done.\u001b[K\n",
"remote: Total 277 (delta 137), reused 136 (delta 135), pack-reused 112\u001b[K\n",
"Receiving objects: 100% (277/277), 7.03 MiB | 44.46 MiB/s, done.\n",
"Resolving deltas: 100% (152/152), done.\n",
"Installing requirements for CodeFormer\n",
"Installing requirements\n",
"Installing sd-webui-infinite-image-browsing requirement: python-dotenv\n",
"Installing sd-webui-infinite-image-browsing requirement: pyfunctional\n",
"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pytorch_lightning/utilities/distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead.\n",
" rank_zero_deprecation(\n",
"*** Error running install.py for extension /home/studio-lab-user/stable-diffusion-webui/extensions/stable-diffusion-webui-eyemask.\n",
"*** Command: \"/home/studio-lab-user/.conda/envs/default/bin/python\" \"/home/studio-lab-user/stable-diffusion-webui/extensions/stable-diffusion-webui-eyemask/install.py\"\n",
"*** Error code: 1\n",
"*** stderr: /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pytorch_lightning/utilities/distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead.\n",
"*** rank_zero_deprecation(\n",
"*** Traceback (most recent call last):\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/extensions/stable-diffusion-webui-eyemask/install.py\", line 6, in \n",
"*** from modules.sd_models import model_hash\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_models.py\", line 17, in \n",
"*** from modules import paths, shared, modelloader, devices, script_callbacks, sd_vae, sd_disable_initialization, errors, hashes, sd_models_config, sd_unet, sd_models_xl, cache, extra_networks, processing, lowvram, sd_hijack\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_vae.py\", line 5, in \n",
"*** from modules import paths, shared, devices, script_callbacks, sd_models, extra_networks, lowvram, sd_hijack, hashes\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_hijack.py\", line 5, in \n",
"*** from modules import devices, sd_hijack_optimizations, shared, script_callbacks, errors, sd_unet\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_hijack_optimizations.py\", line 13, in \n",
"*** from modules.hypernetworks import hypernetwork\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/hypernetworks/hypernetwork.py\", line 13, in \n",
"*** from modules import devices, sd_models, shared, sd_samplers, hashes, sd_hijack_checkpoint, errors\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_samplers.py\", line 59, in \n",
"*** set_samplers()\n",
"*** File \"/home/studio-lab-user/stable-diffusion-webui/modules/sd_samplers.py\", line 44, in set_samplers\n",
"*** samplers_hidden = set(shared.opts.hide_samplers)\n",
"*** AttributeError: 'NoneType' object has no attribute 'hide_samplers'\n",
"Downloading pose_landmark_full.tflite...\n",
"Downloading pose_web.binarypb...\n",
"Downloading pose_solution_packed_assets.data...\n",
"Downloading pose_solution_simd_wasm_bin.wasm...\n",
"Downloading pose_solution_packed_assets_loader.js...\n",
"Downloading pose_solution_simd_wasm_bin.js...\n",
"[auto-sd-paint-ext] Commit hash: 00714355890aefa9a09e7fdb1f9a136c46a17618\n",
"[auto-sd-paint-ext] Auto-update disabled.\n",
"Installing requirements for CLIP Interrogator\n",
"Checking roop requirements\n",
"Install insightface==0.7.3\n",
"Installing sd-webui-roop requirement: insightface==0.7.3\n",
"Install onnx==1.14.0\n",
"Installing sd-webui-roop requirement: onnx==1.14.0\n",
"Install onnxruntime==1.15.0\n",
"Installing sd-webui-roop requirement: onnxruntime==1.15.0\n",
"Install opencv-python==4.7.0.72\n",
"Installing sd-webui-roop requirement: opencv-python==4.7.0.72\n",
"Install ifnude\n",
"Installing sd-webui-roop requirement: ifnude\n",
"sd-dynamic-prompts installer: running /home/studio-lab-user/.conda/envs/default/bin/python -m pip install 'dynamicprompts[attentiongrabber,magicprompt]~=0.29.0'\n",
"Collecting dynamicprompts[attentiongrabber,magicprompt]~=0.29.0\n",
" Downloading dynamicprompts-0.29.0-py2.py3-none-any.whl (48 kB)\n",
"Requirement already satisfied: pyparsing~=3.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.1.1)\n",
"Requirement already satisfied: jinja2~=3.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.1.2)\n",
"Requirement already satisfied: transformers[torch]~=4.19 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (4.30.2)\n",
"Requirement already satisfied: MarkupSafe>=2.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from jinja2~=3.1->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2.1.3)\n",
"Requirement already satisfied: regex!=2019.12.17 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2023.10.3)\n",
"Requirement already satisfied: numpy>=1.17 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (1.23.5)\n",
"Requirement already satisfied: pyyaml>=5.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (6.0)\n",
"Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (0.13.3)\n",
"Requirement already satisfied: safetensors>=0.3.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (0.3.1)\n",
"Requirement already satisfied: filelock in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.12.4)\n",
"Requirement already satisfied: packaging>=20.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (23.1)\n",
"Requirement already satisfied: requests in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2.31.0)\n",
"Requirement already satisfied: tqdm>=4.27 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (4.66.1)\n",
"Requirement already satisfied: huggingface-hub<1.0,>=0.14.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (0.18.0)\n",
"Requirement already satisfied: accelerate>=0.20.2 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (0.21.0)\n",
"Requirement already satisfied: torch!=1.12.0,>=1.9 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2.0.1+cu118)\n",
"Requirement already satisfied: psutil in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from accelerate>=0.20.2->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (5.9.5)\n",
"Requirement already satisfied: typing-extensions>=3.7.4.3 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.14.1->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (4.7.1)\n",
"Requirement already satisfied: fsspec>=2023.5.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.14.1->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2023.10.0)\n",
"Requirement already satisfied: networkx in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.2)\n",
"Requirement already satisfied: triton==2.0.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2.0.0)\n",
"Requirement already satisfied: sympy in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (1.12)\n",
"Requirement already satisfied: cmake in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from triton==2.0.0->torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.27.7)\n",
"Requirement already satisfied: lit in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from triton==2.0.0->torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (17.0.3)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2.0.4)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.2.0)\n",
"Requirement already satisfied: idna<4,>=2.5 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (3.4)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from requests->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (2023.7.22)\n",
"Requirement already satisfied: mpmath>=0.19 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from sympy->torch!=1.12.0,>=1.9->transformers[torch]~=4.19->dynamicprompts[attentiongrabber,magicprompt]~=0.29.0) (1.3.0)\n",
"Installing collected packages: dynamicprompts\n",
"Successfully installed dynamicprompts-0.29.0\n",
"If submitting an issue on github, please provide the full startup log for debugging purposes.\n",
"\n",
"Initializing Dreambooth\n",
"Dreambooth revision: 1a1d1621086a4725fda1200256f319c845dc7a8a\n",
"Successfully installed accelerate-0.23.0 bitsandbytes-0.41.1 dadaptation-3.1 diffusers-0.21.4 discord-webhook-1.1.0 fastapi-0.94.1 google-auth-oauthlib-1.0.0 pytorch-optimizer-2.11.1 tensorboard-2.13.0 tqdm-4.65.0 transformers-4.32.1\n",
"[!] xformers version 0.0.20 installed.\n",
"[+] torch version 2.0.1+cu118 installed.\n",
"[+] torchvision version 0.15.2+cu118 installed.\n",
"[+] accelerate version 0.23.0 installed.\n",
"[+] diffusers version 0.21.4 installed.\n",
"[+] transformers version 4.32.1 installed.\n",
"[+] bitsandbytes version 0.41.1 installed.\n",
"Installing requirements 1 for Infinite-Zoom\n",
"Installing requirements for Unprompted - natural language processing: nltk\n",
"Installing requirements for Unprompted - natural language processing: pattern@git+https://github.com/NicolasBizzozzero/pattern\n",
"Couldn't install requirements for Unprompted - natural language processing: pattern@git+https://github.com/NicolasBizzozzero/pattern.\n",
"Command: \"/home/studio-lab-user/.conda/envs/default/bin/python\" -m pip install pattern@git+https://github.com/NicolasBizzozzero/pattern --prefer-binary\n",
"Error code: 1\n",
"stdout: Collecting pattern@ git+https://github.com/NicolasBizzozzero/pattern\n",
" Cloning https://github.com/NicolasBizzozzero/pattern to /tmp/pip-install-0cann4hw/pattern_3411b4d481b240b1b11c82052abc46c5\n",
" Resolved https://github.com/NicolasBizzozzero/pattern to commit 66ab34453a3443c06a4ebda092c8d1947c83b17a\n",
"Requirement already satisfied: future in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from pattern@ git+https://github.com/NicolasBizzozzero/pattern) (0.18.3)\n",
"Collecting backports.csv\n",
" Downloading backports.csv-1.0.7-py2.py3-none-any.whl (12 kB)\n",
"Collecting mysqlclient\n",
" Downloading mysqlclient-2.2.0.tar.gz (89 kB)\n",
" Installing build dependencies: started\n",
" Installing build dependencies: finished with status 'done'\n",
" Getting requirements to build wheel: started\n",
" Getting requirements to build wheel: finished with status 'error'\n",
" Downloading mysqlclient-2.1.1.tar.gz (88 kB)\n",
" Downloading mysqlclient-2.1.0.tar.gz (87 kB)\n",
" Downloading mysqlclient-2.0.3.tar.gz (88 kB)\n",
" Downloading mysqlclient-2.0.2.tar.gz (88 kB)\n",
" Downloading mysqlclient-2.0.1.tar.gz (87 kB)\n",
" Downloading mysqlclient-2.0.0.tar.gz (87 kB)\n",
" Downloading mysqlclient-1.4.6.tar.gz (85 kB)\n",
" Downloading mysqlclient-1.4.5.tar.gz (86 kB)\n",
" Downloading mysqlclient-1.4.4.tar.gz (86 kB)\n",
" Downloading mysqlclient-1.4.3.tar.gz (86 kB)\n",
" Downloading mysqlclient-1.4.2.post1.tar.gz (85 kB)\n",
" Downloading mysqlclient-1.4.2.tar.gz (85 kB)\n",
" Downloading mysqlclient-1.4.1.tar.gz (85 kB)\n",
" Downloading mysqlclient-1.4.0.tar.gz (85 kB)\n",
" Downloading mysqlclient-1.3.14.tar.gz (91 kB)\n",
" Downloading mysqlclient-1.3.13.tar.gz (90 kB)\n",
" Downloading mysqlclient-1.3.12.tar.gz (89 kB)\n",
" Downloading mysqlclient-1.3.11.tar.gz (89 kB)\n",
" Downloading mysqlclient-1.3.10.tar.gz (82 kB)\n",
" Downloading mysqlclient-1.3.9.tar.gz (81 kB)\n",
" Downloading mysqlclient-1.3.8.tar.gz (81 kB)\n",
" Downloading mysqlclient-1.3.7.tar.gz (79 kB)\n",
" Downloading mysqlclient-1.3.6.tar.gz (78 kB)\n",
" Downloading mysqlclient-1.3.5.tar.gz (77 kB)\n",
" Downloading mysqlclient-1.3.4.tar.gz (77 kB)\n",
" Downloading mysqlclient-1.3.3.tar.gz (77 kB)\n",
" Downloading mysqlclient-1.3.2.tar.gz (77 kB)\n",
" Downloading mysqlclient-1.3.1.tar.gz (76 kB)\n",
" Downloading mysqlclient-1.3.0.tar.gz (76 kB)\n",
"\n",
"stderr: Running command git clone -q https://github.com/NicolasBizzozzero/pattern /tmp/pip-install-0cann4hw/pattern_3411b4d481b240b1b11c82052abc46c5\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpq7djeexv\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_c058cc2e15ea4374bfae37e11909133b\n",
" Complete output (24 lines):\n",
" Trying pkg-config --exists mysqlclient\n",
" /bin/sh: 1: pkg-config: not found\n",
" Command 'pkg-config --exists mysqlclient' returned non-zero exit status 127.\n",
" Trying pkg-config --exists mariadb\n",
" /bin/sh: 1: pkg-config: not found\n",
" Command 'pkg-config --exists mariadb' returned non-zero exit status 127.\n",
" Traceback (most recent call last):\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py\", line 349, in \n",
" main()\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py\", line 331, in main\n",
" json_out['return_val'] = hook(**hook_input['kwargs'])\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py\", line 117, in get_requires_for_build_wheel\n",
" return hook(config_settings)\n",
" File \"/tmp/pip-build-env-1ec12dae/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 355, in get_requires_for_build_wheel\n",
" return self._get_build_requires(config_settings, requirements=['wheel'])\n",
" File \"/tmp/pip-build-env-1ec12dae/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 325, in _get_build_requires\n",
" self.run_setup()\n",
" File \"/tmp/pip-build-env-1ec12dae/overlay/lib/python3.9/site-packages/setuptools/build_meta.py\", line 341, in run_setup\n",
" exec(code, locals())\n",
" File \"\", line 154, in \n",
" File \"\", line 48, in get_config_posix\n",
" File \"\", line 27, in find_package_name\n",
" Exception: Can not find valid pkg-config name.\n",
" Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/de/9c/b176826e8994551ce826404dab97e305a4bb76c8b0a4e016fabda2901c71/mysqlclient-2.2.0.tar.gz#sha256=04368445f9c487d8abb7a878e3d23e923e6072c04a6c320f9e0dc8a82efba14e (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.8). Command errored out with exit status 1: /home/studio-lab-user/.conda/envs/default/bin/python /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpq7djeexv Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ey2grcfn\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/\n",
" Complete output (15 lines):\n",
" mysql_config --version\n",
" /bin/sh: 1: mysql_config: not found\n",
" mariadb_config --version\n",
" /bin/sh: 1: mariadb_config: not found\n",
" mysql_config --libs\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/setup_posix.py\", line 70, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_bf3b5129cf8d4d03b23e97dc5bcff06c/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/50/5f/eac919b88b9df39bbe4a855f136d58f80d191cfea34a3dcf96bf5d8ace0a/mysqlclient-2.1.1.tar.gz#sha256=828757e419fb11dd6c5ed2576ec92c3efaa93a0f7c39e263586d1ee779c3d782 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ingoq5qk\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/\n",
" Complete output (15 lines):\n",
" mysql_config --version\n",
" /bin/sh: 1: mysql_config: not found\n",
" mariadb_config --version\n",
" /bin/sh: 1: mariadb_config: not found\n",
" mysql_config --libs\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/setup_posix.py\", line 70, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e9228e094bbb43639c575b7d692cad1c/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/de/79/d02be3cb942afda6c99ca207858847572e38146eb73a7c4bfe3bdf154626/mysqlclient-2.1.0.tar.gz#sha256=973235686f1b720536d417bf0a0d39b4ab3d5086b2b6ad5e6752393428c02b12 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-3bgwi_yu\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/\n",
" Complete output (15 lines):\n",
" mysql_config --version\n",
" /bin/sh: 1: mysql_config: not found\n",
" mariadb_config --version\n",
" /bin/sh: 1: mariadb_config: not found\n",
" mysql_config --libs\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/setup_posix.py\", line 70, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_5d8401aed22e4294842e143b67a7a767/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/3c/df/59cd2fa5e48d0804d213bdcb1acb4d08c403b61c7ff7ed4dd4a6a2deb3f7/mysqlclient-2.0.3.tar.gz#sha256=f6ebea7c008f155baeefe16c56cd3ee6239f7a5a9ae42396c2f1860f08a7c432 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7aeb_mhz\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/setup_posix.py\", line 65, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ef4955b1b824faeb14fd79fcfa3a241/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/0e/68/f79de0e0fcdb041783124b825771e0ba6a3d0893b7b4c4735f130e42af47/mysqlclient-2.0.2.tar.gz#sha256=8df057b08fc27d8f7106bfa997d0a21e2acef017f905f06d6fb0aa6a20d4d2b2 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-aoyo7o2k\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/setup_posix.py\", line 65, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_ea537ccd74254b82b15970dbee3a8c01/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/a5/e1/e5f2b231c05dc51d9d87fa5066f90d1405345c54b14b0b11a1c859020f21/mysqlclient-2.0.1.tar.gz#sha256=fb2f75aea14722390d2d8ddf384ad99da708c707a96656210a7be8af20a2c5e5 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-igg_4u7u\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/setup.py\", line 15, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/setup_posix.py\", line 65, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e62c9ccbf11e4383907e1e50b85459ca/setup_posix.py\", line 31, in mysql_config\n",
" raise OSError(\"{} not found\".format(_mysql_config_path))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/ca/cf/dd8124bf8b3d2ae465db9c8ce35c51650c31784b095f41faf6f8cad987a0/mysqlclient-2.0.0.tar.gz#sha256=201dfcc2a3c8a0859ea399947f1af8abe74b706beba0ebac149180d9d7b0f6e8 (from https://pypi.org/simple/mysqlclient/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9ctho7ss\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/setup_posix.py\", line 61, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f2618ef04aa54e0e9856e41ffe104be6/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysqlclient-1.4.6.tar.gz#sha256=f3fdaa9a38752a3b214a6fe79d7cae3653731a53e577821f9187e67cbecb2e16 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hiyrjuci\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/setup_posix.py\", line 61, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2ccbfc517dc04bee8c3046e1bf3018dc/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/f8/9b/5db9a03e2088a87c26e3e4d4c7f7e8f4c2dbae610f9521cdfac15755a795/mysqlclient-1.4.5.tar.gz#sha256=e80109b0ae8d952b900b31b623181532e5e89376d707dcbeb63f99e69cefe559 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-2pjhtbiy\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/setup_posix.py\", line 61, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_691caf3d2e7546b6a35ca6b4d478d735/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/4d/38/c5f8bac9c50f3042c8f05615f84206f77f03db79781db841898fde1bb284/mysqlclient-1.4.4.tar.gz#sha256=9c737cc55a5dc8dd3583a942d5a9b21be58d16f00f5fefca4e575e7d9682e98c (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-zdzav3rr\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/\n",
" Complete output (12 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" /bin/sh: 1: mariadb_config: not found\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/setup_posix.py\", line 61, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_061e7e1cdf7a4cb3957e3fe8882ee569/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/13/37/6c941aabeb78464a538b7d43266bfae645993779e3ca3e12fe82b4590f52/mysqlclient-1.4.3.tar.gz#sha256=0d3eeb97534c9f42e9b65bd35c1a35fadc2f6d7ea5d9fdbda5339a569156344b (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-210a09kn\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/setup_posix.py\", line 51, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1d83d8ecd91846b885e75b1ceb87c30f/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz#sha256=f257d250f2675d0ef99bd318906f3cfc05cef4a2f385ea695ff32a3f04b9f9a7 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hc6y66tz\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/setup_posix.py\", line 51, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_59c7353e5980445d8b3012dbd14b9563/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/73/79/67ddf24ac31b05d741f0ac87fa612c7a11bab1b39b8270ed7344d149f8af/mysqlclient-1.4.2.tar.gz#sha256=b95edaa41d6cc47deecabcdcbb5ab437ad9ae6d8955f5cf10d1847b37e66ef5e (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-0oi3gpf0\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/setup_posix.py\", line 51, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_4e8bce47a8bb471e93032dc0e6b76119/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/de/d7/919042fb7ed78a89e21c4e43d5daed90d5df18ec183bae3de493a7d9e3ed/mysqlclient-1.4.1.tar.gz#sha256=a62220410e26ce2d2ff94dd0138c3ecfb91db634464a9afb4c8e6b50f0a67e00 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9nz4ulgq\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/setup_posix.py\", line 51, in get_config\n",
" libs = mysql_config(\"libs\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_3848167abd124cfc933b1fe276c2c262/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (_mysql_config_path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/05/73/fac741eef89b0257fb1807de80e96474f40d52739cdbc32c90c4a793e79d/mysqlclient-1.4.0.tar.gz#sha256=efeaacd04feea7d44fef2a5adf4df335b438458f8b89144307dc5a90025761a5 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-8bzee4m4\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/setup.py\", line 16, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/setup_posix.py\", line 53, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_97866ba5873748c4aeafbedcacfe9003/setup_posix.py\", line 28, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/f7/a2/1230ebbb4b91f42ad6b646e59eb8855559817ad5505d81c1ca2b5a216040/mysqlclient-1.3.14.tar.gz#sha256=3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-xp6l4ig2\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/setup.py\", line 18, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/setup_posix.py\", line 53, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_2beda1d955a94b1ca52417cc6d1bb085/setup_posix.py\", line 28, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz#sha256=ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-082hp9x6\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_1ca6d1b764b848feba8f0fb56409c224/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/6f/86/bad31f1c1bb0cc99e88ca2adb7cb5c71f7a6540c1bb001480513de76a931/mysqlclient-1.3.12.tar.gz#sha256=2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hps1qiey\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_eafcf7435fd34b0b92487149bab04d37/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/6a/4d/856d1848e9b7fa8577a31c0188592f472e5cbc94f588c2a40ff930533d73/mysqlclient-1.3.11.tar.gz#sha256=9a79b38843d61f651266ff16b9fdcc8830d21f0fb852e4406a19e9a715bdf3e2 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-kjxnxog_\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_f577e538d81b48668fdf9837672d6334/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/40/9b/0bc869f290b8f49a99b8d97927f57126a5d1befcf8bac92c60dc855f2523/mysqlclient-1.3.10.tar.gz#sha256=452aaf9d2ba1a4fb85c134c88f9b1857852deed63b3b13255d7a65d2c1297262 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-mqg8_y07\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_7be2873fbeba4e43ae1a585e30056d99/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/db/f5/c8e1657985c31dda16e434edf5257c31572fa5faacd7e48b1618390e4b18/mysqlclient-1.3.9.tar.gz#sha256=990ccf1e1f15b9a291b811c993dc1c216566714bc14e6581b38665bd61c28c99 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-gs1ycxoy\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_50dba510cc794dc69b1b9d3c007f4037/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/31/ce/7ea049b3d5929b3cce3104967ccca218a9f054517f0d15dfdaf4e76da2a0/mysqlclient-1.3.8.tar.gz#sha256=c64bc386c0b771ed6ff76de0f52e0f957f98d9e13c83b0ddb821afdbe3f5d970 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9m8jmd0l\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/setup_posix.py\", line 44, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ecec4443d9b4592bb1527182f5a4605/setup_posix.py\", line 26, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/74/ff/4e964e20b559e55d7afa60fbccc6a560f2adf289813bd3d7eb4eb8a87093/mysqlclient-1.3.7.tar.gz#sha256=c74a83b4cb2933d0e43370117eeebdfa03077ae72686d2df43d31879267f1f1b (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-1y7rhp9k\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cbc0c8bfc9364a93afbbc90c1db95332/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/09/29/6648563af4b45798ba667f17ea55166d7b0ed8717937c06977a1fdbe7df6/mysqlclient-1.3.6.tar.gz#sha256=1f63a8ab111530a0ff9acaeb118074f11e7564b7c124f2e7fc56fcac641aecf2 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-xg0ay78x\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e301c44ea073441da70874e6990f17aa/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/82/ea/336daf6c7baa564d0c434ab748218d1a7dc61dfc7066e98b72afd24fd2b9/mysqlclient-1.3.5.tar.gz#sha256=80ea68f6f3c2cfbf35c91adde2b40de1f2c31132118d2dcee048c72423f678bf (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-a8gl22u8\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_847cc0692e4141ba9d6bc81a34dedd0c/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/17/d9/03b08e6a033401335b720806b87596aee8d7f7aa87539713238905c4a8d1/mysqlclient-1.3.4.tar.gz#sha256=a0263383f8ac33ad12d68dc61fa8ccbee41244ce916287c6cee71bf8aea82c5c (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hdrrkrsh\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_47ed136a05704edb847092eceeabad70/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/26/53/c575db342bfca0213c9243ed2642bfadcd420b18d2f477dc812543e3d83a/mysqlclient-1.3.3.tar.gz#sha256=0f0887882d71bf2a079d9724d9323053cfbee8ab2dcfc989daf97d7ce5be9af9 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-mgvyq6s9\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_cc0f934c2c424646ad01f8837c67bcdf/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/2d/df/5440ee86bbb248325cdd6e1fc9cbbba365018a0d2d57f673610e020e6b1d/mysqlclient-1.3.2.tar.gz#sha256=e44025830501b9f70f8c2fe8eeff66f0df2df198802f7295801dac199b8236ef (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-1r418anw\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_e98b6e94cbfa4245a1c45c10d07acba1/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/6b/ba/4729d99e85a0a35bb46d55500570de05b4af10431cef174b6da9f58a0e50/mysqlclient-1.3.1.tar.gz#sha256=3549e8a61f10c8cd8eac6581d3f44d0594f535fb7b29e6090db3a0bc547b25ad (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
" ERROR: Command errored out with exit status 1:\n",
" command: /home/studio-lab-user/.conda/envs/default/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' egg_info --egg-base /tmp/pip-pip-egg-info-45bym0z2\n",
" cwd: /tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/\n",
" Complete output (10 lines):\n",
" /bin/sh: 1: mysql_config: not found\n",
" Traceback (most recent call last):\n",
" File \"\", line 1, in \n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/setup.py\", line 17, in \n",
" metadata, options = get_config()\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/setup_posix.py\", line 47, in get_config\n",
" libs = mysql_config(\"libs_r\")\n",
" File \"/tmp/pip-install-0cann4hw/mysqlclient_9ec22bd386264ea3a8a3c14417636079/setup_posix.py\", line 29, in mysql_config\n",
" raise EnvironmentError(\"%s not found\" % (mysql_config.path,))\n",
" OSError: mysql_config not found\n",
" ----------------------------------------\n",
"WARNING: Discarding https://files.pythonhosted.org/packages/6a/91/bdfe808fb5dc99a5f65833b370818161b77ef6d1e19b488e4c146ab615aa/mysqlclient-1.3.0.tar.gz#sha256=06eb5664e3738b283ea2262ee60ed83192e898f019cc7ff251f4d05a564ab3b7 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.\n",
"ERROR: Could not find a version that satisfies the requirement mysqlclient (from pattern) (from versions: 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.9, 1.3.10, 1.3.11rc1, 1.3.11, 1.3.12, 1.3.13, 1.3.14, 1.4.0rc1, 1.4.0rc2, 1.4.0rc3, 1.4.0, 1.4.1, 1.4.2, 1.4.2.post1, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0rc1, 2.1.0, 2.1.1, 2.2.0rc1, 2.2.0)\n",
"ERROR: No matching distribution found for mysqlclient\n",
"\n",
"(ERROR) Failed to install pattern@git+https://github.com/NicolasBizzozzero/pattern dependency for Unprompted - natural language processing functions may not work\n",
"Installing requirements for Unprompted - [img2pez]: sentence-transformers\n",
"Installing requirements for Unprompted - [txt2mask]: segment_anything\n",
"Installing requirements for Unprompted - [txt2mask] FastSAM: ultralytics\n",
"Installing requirements for Unprompted - [zoom_enhance]: color-matcher\n",
"Installing requirements for Unprompted - [faceswap] face_fusion: modelscope\n",
"Installing requirements for Unprompted - [faceswap]: tensorflow\n",
"Installing requirements for Unprompted - [faceswap]: mxnet -f https://dist.mxnet.io/python/cpu\n",
"Unprompted - Copying ControlNet dependencies to venv...\n",
"Collecting mediapipe>=0.10.3\n",
" Downloading mediapipe-0.10.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33.5 MB)\n",
"Collecting opencv-contrib-python\n",
" Downloading opencv_contrib_python-4.8.1.78-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB)\n",
"Collecting sounddevice>=0.4.4\n",
" Downloading sounddevice-0.4.6-py3-none-any.whl (31 kB)\n",
"Requirement already satisfied: flatbuffers>=2.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from mediapipe>=0.10.3) (23.5.26)\n",
"Requirement already satisfied: matplotlib in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from mediapipe>=0.10.3) (3.8.0)\n",
"Requirement already satisfied: absl-py in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from mediapipe>=0.10.3) (2.0.0)\n",
"Requirement already satisfied: numpy in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from mediapipe>=0.10.3) (1.23.5)\n",
"Requirement already satisfied: attrs>=19.1.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from mediapipe>=0.10.3) (23.1.0)\n",
"Collecting protobuf<4,>=3.11\n",
" Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)\n",
"Requirement already satisfied: CFFI>=1.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from sounddevice>=0.4.4->mediapipe>=0.10.3) (1.15.1)\n",
"Requirement already satisfied: pycparser in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from CFFI>=1.0->sounddevice>=0.4.4->mediapipe>=0.10.3) (2.21)\n",
"Requirement already satisfied: packaging>=20.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (23.1)\n",
"Requirement already satisfied: cycler>=0.10 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (0.12.1)\n",
"Requirement already satisfied: kiwisolver>=1.0.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (1.4.5)\n",
"Requirement already satisfied: contourpy>=1.0.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (1.1.1)\n",
"Requirement already satisfied: pillow>=6.2.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (9.5.0)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (3.1.1)\n",
"Requirement already satisfied: fonttools>=4.22.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (4.43.1)\n",
"Requirement already satisfied: importlib-resources>=3.2.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (6.0.1)\n",
"Requirement already satisfied: python-dateutil>=2.7 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from matplotlib->mediapipe>=0.10.3) (2.8.2)\n",
"Requirement already satisfied: zipp>=3.1.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib->mediapipe>=0.10.3) (3.16.2)\n",
"Requirement already satisfied: six>=1.5 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from python-dateutil>=2.7->matplotlib->mediapipe>=0.10.3) (1.16.0)\n",
"Installing collected packages: sounddevice, protobuf, opencv-contrib-python, mediapipe\n",
" Attempting uninstall: protobuf\n",
" Found existing installation: protobuf 4.24.4\n",
" Uninstalling protobuf-4.24.4:\n",
" Successfully uninstalled protobuf-4.24.4\n",
"Successfully installed mediapipe-0.10.7 opencv-contrib-python-4.8.1.78 protobuf-3.20.3 sounddevice-0.4.6\n",
"Collecting rich>=13.0.0\n",
" Downloading rich-13.6.0-py3-none-any.whl (239 kB)\n",
"Collecting markdown-it-py>=2.2.0\n",
" Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)\n",
"Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages (from rich>=13.0.0) (2.16.1)\n",
"Collecting mdurl~=0.1\n",
" Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)\n",
"Installing collected packages: mdurl, markdown-it-py, rich\n",
"Successfully installed markdown-it-py-3.0.0 mdurl-0.1.2 rich-13.6.0\n",
"Launching Web UI with arguments: --ngrok 2WnXrIxB0ApOhcCOnzIusd3i8Pd_4LuQN3uNXftryAG8fthEH --listen --xformers --no-half-vae --enable-insecure-extension-access --theme dark --gradio-queue\n",
"Traceback (most recent call last):\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/launch.py\", line 48, in \n",
" main()\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/launch.py\", line 44, in main\n",
" start()\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/modules/launch_utils.py\", line 432, in start\n",
" import webui\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/webui.py\", line 13, in \n",
" initialize.imports()\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/modules/initialize.py\", line 37, in imports\n",
" from modules import processing, gradio_extensons, ui # noqa: F401\n",
" File \"/home/studio-lab-user/stable-diffusion-webui/modules/processing.py\", line 14, in \n",
" import cv2\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/cv2/__init__.py\", line 181, in \n",
" bootstrap()\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/cv2/__init__.py\", line 153, in bootstrap\n",
" native_module = importlib.import_module(\"cv2\")\n",
" File \"/home/studio-lab-user/.conda/envs/default/lib/python3.9/importlib/__init__.py\", line 127, in import_module\n",
" return _bootstrap._gcd_import(name[level:], package, level)\n",
"ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory\n"
]
}
],
"source": [
"#Don't forget to paste your NGROK token here\n",
"%cd ~/stable-diffusion-webui\n",
"!python launch.py --ngrok 2WnXrIxB0ApOhcCOnzIusd3i8Pd_4LuQN3uNXftryAG8fthEH --listen --xformers --no-half-vae --enable-insecure-extension-access --theme dark --gradio-queue"
]
},
{
"cell_type": "code",
"execution_count": 7,
"id": "08cc20d4-3cb7-45b9-8ca7-506abe0cf79c",
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Filesystem Size Used Avail Use% Mounted on\n",
"/dev/nvme2n1 25G 16G 9.7G 62% /home/studio-lab-user\n"
]
}
],
"source": [
"#Check your available storage\n",
"!df -h | grep -E 'Avail|home'"
]
},
{
"cell_type": "markdown",
"id": "c9058578-7096-44ce-8ea2-0153cf151c44",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
"
🖼️ Step 5. Download all your outputs
\n",
"If your setup folder doesn't have problem, skip this step."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fdeece9b-7e0a-4c93-aec2-6d96b95cdc84",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"#download and compress all outputs\n",
"import os\n",
"import zipfile\n",
"def zip_folder(input_folder, output_folder, max_size_mb=20):\n",
" # Create the output folder if it doesn't exist\n",
" os.makedirs(output_folder, exist_ok=True)\n",
" zip_number = 1\n",
" current_zip_size = 0\n",
" current_zip_name = os.path.join(output_folder, f\"part_{zip_number}.zip\") \n",
" with zipfile.ZipFile(current_zip_name, 'w', zipfile.ZIP_DEFLATED) as current_zip:\n",
" for root, _, files in os.walk(input_folder):\n",
" for file in files:\n",
" file_path = os.path.join(root, file)\n",
" file_size = os.path.getsize(file_path) \n",
" # Check if adding the current file exceeds the max size\n",
" if current_zip_size + file_size > max_size_mb * 1024 * 1024:\n",
" # Close the current zip file\n",
" current_zip.close() \n",
" # Start a new zip file\n",
" zip_number += 1\n",
" current_zip_name = os.path.join(output_folder, f\"part_{zip_number}.zip\")\n",
" current_zip = zipfile.ZipFile(current_zip_name, 'w', zipfile.ZIP_DEFLATED)\n",
" current_zip_size = 0 \n",
" # Add the file to the current zip\n",
" current_zip.write(file_path, os.path.relpath(file_path, input_folder))\n",
" current_zip_size += file_size\n",
"# Specify the input folder to be zipped\n",
"input_folder = 'stable-diffusion-webui/outputs/txt2img-images' # Replace with the path to your input folder\n",
"# Specify the output folder where zip files will be saved\n",
"output_folder = 'outputs' # Replace with the path to your output folder\n",
"# Specify the maximum size for each zip file in MB\n",
"max_size_mb = 200\n",
"# Create zip files with a maximum size of 20MB\n",
"zip_folder(input_folder, output_folder, max_size_mb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b8a56c3a-f0af-4c87-bf83-c99942a3a3b0",
"metadata": {},
"outputs": [],
"source": [
"#delete and empty the OUTPUT folder\n",
"!rm -rf /home/studio-lab-user/stable-diffusion-webui/outputs/*"
]
},
{
"cell_type": "markdown",
"id": "1d0a3313-0c65-44ef-b89e-459fa779e84b",
"metadata": {
"tags": []
},
"source": [
"