Skip to content

Instantly share code, notes, and snippets.

@oconnor663
Created February 28, 2020 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oconnor663/5c5a87db3c35dd2d49e054b1aa123150 to your computer and use it in GitHub Desktop.
Save oconnor663/5c5a87db3c35dd2d49e054b1aa123150 to your computer and use it in GitHub Desktop.
pyo3 linker errors
C:\Users\Jack\pyo3\examples\word-count>cargo +nightly build --release
Compiling proc-macro2 v1.0.9
Compiling unicode-xid v0.2.0
Compiling syn v1.0.16
Compiling autocfg v1.0.0
Compiling lazy_static v1.4.0
Compiling cfg-if v0.1.10
Compiling semver-parser v0.7.0
Compiling memchr v2.3.3
Compiling scopeguard v1.1.0
Compiling ryu v1.0.2
Compiling libc v0.2.67
Compiling maybe-uninit v2.0.0
Compiling serde v1.0.104
Compiling winapi v0.3.8
Compiling regex-syntax v0.6.14
Compiling itoa v0.4.5
Compiling smallvec v1.2.0
Compiling version_check v0.9.1
Compiling rayon-core v1.7.0
Compiling unindent v0.1.5
Compiling either v1.5.3
Compiling thread_local v1.0.1
Compiling semver v0.9.0
Compiling lock_api v0.3.3
Compiling crossbeam-utils v0.7.2
Compiling crossbeam-epoch v0.8.2
Compiling num-traits v0.2.11
Compiling rustc_version v0.2.3
Compiling aho-corasick v0.7.9
Compiling quote v1.0.2
Compiling memoffset v0.5.3
Compiling num_cpus v1.12.0
Compiling regex v1.3.4
Compiling parking_lot_core v0.7.0
Compiling crossbeam-queue v0.2.1
Compiling parking_lot v0.10.0
Compiling crossbeam-deque v0.7.3
Compiling pyo3-derive-backend v0.9.0-alpha.1 (C:\Users\Jack\pyo3\pyo3-derive-backend)
Compiling rayon v1.3.0
Compiling serde_derive v1.0.104
Compiling proc-macro-hack v0.5.11
Compiling inventory-impl v0.1.5
Compiling ctor v0.1.13
Compiling ghost v0.1.1
Compiling pyo3cls v0.9.0-alpha.1 (C:\Users\Jack\pyo3\pyo3cls)
Compiling paste-impl v0.1.7
Compiling indoc-impl v0.3.4
Compiling paste v0.1.7
Compiling indoc v0.3.4
Compiling inventory v0.1.5
Compiling serde_json v1.0.48
Compiling pyo3 v0.9.0-alpha.1 (C:\Users\Jack\pyo3)
Compiling word-count v0.1.0 (C:\Users\Jack\pyo3\examples\word-count)
error: linking with `link.exe` failed: exit code: 1120
|
= note: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.23.28105\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.0.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.1.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.10.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.11.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.12.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.13.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.14.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.15.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.2.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.3.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.4.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.5.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.6.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.7.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.8.rcgu.o" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.word_count.ehj1pwo8-cgu.9.rcgu.o" "/OUT:C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.dll" "/DEF:C:\\Users\\Jack\\AppData\\Local\\Temp\\rustcLPmCE0\\lib.def" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.3b1ilnjfy6vum2lr.rcgu.o" "/OPT:REF,ICF" "/DEBUG" "/NATVIS:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis" "/LIBPATH:C:\\Users\\Jack\\pyo3\\target\\release\\deps" "/LIBPATH:C:\\Program Files (x86)\\Python38-32\\libs" "/LIBPATH:C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\librayon-fed87f92b5954a90.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\librayon_core-0e2395d846e1f90d.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libnum_cpus-8d9981b044e4cf95.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libcrossbeam_queue-b480700df0af0d2e.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libcrossbeam_deque-325e86fd17e2ba76.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libcrossbeam_epoch-bd2c90380a08f7cc.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libmemoffset-e82caab2fc6617d8.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libcrossbeam_utils-4e7ef79ab464b6c6.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\liblazy_static-9c98ef3dcc678e71.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libmaybe_uninit-fe7ce751bc8f95f8.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libeither-f0a0e46488899181.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libpyo3-36c1356c9de1559b.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libparking_lot-d3e8abd204d6162f.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libparking_lot_core-5c21dda7401b2a9d.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libwinapi-7cd49f9967b03fe7.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libcfg_if-73213e13e0ce343b.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libsmallvec-71a0573906662920.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\liblock_api-3618bbdfd1ea0e91.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libscopeguard-3693fbc064515e71.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libnum_traits-9804061cec7886ff.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libunindent-48ab186acc3e66d0.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\liblibc-f5e4e647d5b9364b.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libinventory-917eab0bb312ef66.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libindoc-6d7f134301b11d82.rlib" "C:\\Users\\Jack\\pyo3\\target\\release\\deps\\libpaste-35828e6caba11ee2.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-4e1f676209c1cc26.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-d3f87e34de3c6c78.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libhashbrown-5181d254fa3559e3.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_alloc-50fe42b7ba29ddc9.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libbacktrace-6e514e7eebd67935.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_demangle-97238abca191d694.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-2fe2a079471bb1d7.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcfg_if-cfdaaea83658b7f8.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-2766817c3f6b8aa9.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-dd83660a15119a7e.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_core-e4fc72b7f2a9a2ab.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-68c1c642740077ca.rlib" "C:\\Users\\Jack\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-0fea9bcf93aa37bb.rlib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "python38.lib" "advapi32.lib" "cfgmgr32.lib" "kernel32.lib" "user32.lib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "msvcrt.lib" "/DLL" "/IMPLIB:C:\\Users\\Jack\\pyo3\\target\\release\\deps\\word_count.dll.lib"
= note: Creating library C:\Users\Jack\pyo3\target\release\deps\word_count.dll.lib and object C:\Users\Jack\pyo3\target\release\deps\word_count.dll.exp
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Restore
word_count.word_count.ehj1pwo8-cgu.13.rcgu.o : error LNK2001: unresolved external symbol __imp_PyErr_Restore
word_count.word_count.ehj1pwo8-cgu.4.rcgu.o : error LNK2001: unresolved external symbol __imp_PyErr_Restore
word_count.word_count.ehj1pwo8-cgu.8.rcgu.o : error LNK2001: unresolved external symbol __imp_PyErr_Restore
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Restore
word_count.word_count.ehj1pwo8-cgu.14.rcgu.o : error LNK2019: unresolved external symbol __imp_PyCFunction_NewEx referenced in function _ZN4pyo35types6module8PyModule11add_wrapped17hd012fea698bf00f0E
word_count.word_count.ehj1pwo8-cgu.4.rcgu.o : error LNK2001: unresolved external symbol __imp_PyCFunction_NewEx
word_count.word_count.ehj1pwo8-cgu.14.rcgu.o : error LNK2019: unresolved external symbol __imp_PyObject_GetAttr referenced in function _ZN4pyo35types6module8PyModule11add_wrapped17hd012fea698bf00f0E
word_count.word_count.ehj1pwo8-cgu.15.rcgu.o : error LNK2001: unresolved external symbol __imp_PyObject_GetAttr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_GetAttr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
word_count.word_count.ehj1pwo8-cgu.14.rcgu.o : error LNK2001: unresolved external symbol __imp__Py_Dealloc
word_count.word_count.ehj1pwo8-cgu.15.rcgu.o : error LNK2001: unresolved external symbol __imp__Py_Dealloc
word_count.word_count.ehj1pwo8-cgu.9.rcgu.o : error LNK2001: unresolved external symbol __imp__Py_Dealloc
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_Dealloc
word_count.word_count.ehj1pwo8-cgu.14.rcgu.o : error LNK2019: unresolved external symbol __imp_PyList_Append referenced in function _ZN4pyo35types6module8PyModule11add_wrapped17hd012fea698bf00f0E
word_count.word_count.ehj1pwo8-cgu.15.rcgu.o : error LNK2001: unresolved external symbol __imp_PyList_Append
word_count.word_count.ehj1pwo8-cgu.9.rcgu.o : error LNK2001: unresolved external symbol __imp_PyList_Append
word_count.word_count.ehj1pwo8-cgu.15.rcgu.o : error LNK2019: unresolved external symbol __imp_PyObject_SetAttr referenced in function _ZN56_$LT$T$u20$as$u20$pyo3..conversion..ToBorrowedObject$GT$17with_borrowed_ptr17h01d337c2be31656fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr
word_count.word_count.ehj1pwo8-cgu.2.rcgu.o : error LNK2019: unresolved external symbol __imp_PyType_GenericAlloc referenced in function _ZN4pyo37pyclass21PyClassShell$LT$T$GT$3new17hfca01530b7f4b30cE
word_count.word_count.ehj1pwo8-cgu.4.rcgu.o : error LNK2001: unresolved external symbol __imp_PyType_GenericAlloc
word_count.word_count.ehj1pwo8-cgu.2.rcgu.o : error LNK2019: unresolved external symbol __imp_PyBaseObject_Type referenced in function _ZN4pyo37pyclass22initialize_type_object17hd033781a2f412e1cE
word_count.word_count.ehj1pwo8-cgu.2.rcgu.o : error LNK2019: unresolved external symbol __imp_PyType_Ready referenced in function _ZN4pyo37pyclass22initialize_type_object17hd033781a2f412e1cE
word_count.word_count.ehj1pwo8-cgu.4.rcgu.o : error LNK2019: unresolved external symbol __imp_PyObject_CallFinalizerFromDealloc referenced in function _ZN4pyo37pyclass12PyClassAlloc7dealloc17h7c70aeafc1135d7aE
word_count.word_count.ehj1pwo8-cgu.8.rcgu.o : error LNK2019: unresolved external symbol __imp_PyModule_Create2 referenced in function _ZN4pyo312derive_utils11make_module17h78e1d44059cb76a9E
word_count.word_count.ehj1pwo8-cgu.8.rcgu.o : error LNK2019: unresolved external symbol __imp_PyEval_SaveThread referenced in function _ZN4pyo36python6Python13allow_threads17h4d9af312a8e42d23E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread
word_count.word_count.ehj1pwo8-cgu.8.rcgu.o : error LNK2019: unresolved external symbol __imp_PyEval_RestoreThread referenced in function _ZN4pyo36python6Python13allow_threads17h4d9af312a8e42d23E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_Py_IsInitialized referenced in function _ZN3std4sync4once4Once9call_once28_$u7b$$u7b$closure$u7d$$u7d$17hb91514e453d70cf5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_Py_InitializeEx referenced in function _ZN3std4sync4once4Once9call_once28_$u7b$$u7b$closure$u7d$$u7d$17hb91514e453d70cf5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyGILState_Release referenced in function _ZN61_$LT$pyo3..gil..GILGuard$u20$as$u20$core..ops..drop..Drop$GT$4drop17h42afef936d592848E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyGILState_Release
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyGILState_Release
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyGILState_Ensure referenced in function _ZN4pyo33gil8GILGuard7acquire17hbdd5131c1a7f7dbfE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_RichCompareBool referenced in function _ZN58_$LT$T$u20$as$u20$pyo3..objectprotocol..ObjectProtocol$GT$7compare10do_compare17h2905cc671a54fdeeE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_Fetch referenced in function _ZN4pyo33err95_$LT$impl$u20$core..convert..From$LT$pyo3..err..PyErr$GT$$u20$for$u20$std..io..error..Error$GT$4from17h5eabdfe320977b69E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Fetch
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_SystemError referenced in function _ZN4pyo33err95_$LT$impl$u20$core..convert..From$LT$pyo3..err..PyErr$GT$$u20$for$u20$std..io..error..Error$GT$4from17h5eabdfe320977b69E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_FromLong referenced in function _ZN4pyo35types5slice7PySlice3new17h11abb8feddc087c7E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyLong_FromLong
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySlice_New referenced in function _ZN4pyo35types5slice7PySlice3new17h11abb8feddc087c7E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySlice_Type referenced in function _ZN77_$LT$pyo3..types..slice..PySlice$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h7b6f7f320d52d0d7E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Repr
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.4.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Str
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyUnicode_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_TypeError referenced in function _ZN4pyo33err5PyErr3new17h12bc3a7d3d6748a0E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_TypeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_TypeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_BufferError referenced in function _ZN4pyo33err5PyErr3new17h26d0dbc9a7390b43E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_BufferError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ValueError referenced in function _ZN4pyo33err5PyErr3new17ha579effe3f7c02d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ValueError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_UnicodeDecodeError referenced in function _ZN4pyo33err5PyErr10from_value17h47bc8c3c97c2c660E.llvm.8158799543066436335
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_UnicodeDecodeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_NewException referenced in function _ZN4pyo33err5PyErr8new_type17h89c00e932a4f5dd0E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_PrintEx referenced in function _ZN4pyo33err5PyErr5print17h0e5940f8fb9b143eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_AttributeError referenced in function _ZN4pyo33err5PyErr11is_instance17h219c31bc38249b45E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_GivenExceptionMatches referenced in function _ZN4pyo33err5PyErr11is_instance17h219c31bc38249b45E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_NormalizeException referenced in function _ZN4pyo33err5PyErr9normalize17hc715d0140a353432E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_NoneStruct referenced in function _ZN4pyo33err5PyErr8instance17ha6de6c702e351807E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_NoneStruct
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp__Py_NoneStruct
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_WarnEx referenced in function _ZN4pyo33err5PyErr4warn17hc08b3bcd9f5374d4E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_FileNotFoundError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_FileNotFoundError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_OSError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_OSError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_BlockingIOError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_BlockingIOError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ConnectionRefusedError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ConnectionRefusedError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_TimeoutError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_TimeoutError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_InterruptedError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_InterruptedError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ConnectionResetError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ConnectionResetError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ConnectionAbortedError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ConnectionAbortedError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_BrokenPipeError referenced in function _ZN85_$LT$pyo3..err..PyErr$u20$as$u20$core..convert..From$LT$std..io..error..Error$GT$$GT$4from17h52c4c79c78e987d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_BrokenPipeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_Print referenced in function _ZN4pyo33err17panic_after_error17h027c742afe2d3fd3E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_BaseException referenced in function _ZN4pyo310exceptions105_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..BaseException$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17he13be5759a01bcaaE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_BaseException
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_Exception referenced in function _ZN4pyo310exceptions101_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..Exception$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h81e51e208be3810cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_Exception
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_StopAsyncIteration referenced in function _ZN4pyo310exceptions110_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..StopAsyncIteration$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h902b33b4aa153cc0E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_StopAsyncIteration
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_StopIteration referenced in function _ZN4pyo310exceptions105_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..StopIteration$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hb2f00377c58c7336E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_GeneratorExit referenced in function _ZN4pyo310exceptions105_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..GeneratorExit$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hd921e0557f397bd2E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_GeneratorExit
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ArithmeticError referenced in function _ZN4pyo310exceptions107_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ArithmeticError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hb93014b38b54f501E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ArithmeticError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_LookupError referenced in function _ZN4pyo310exceptions103_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..LookupError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h10363b5e2df81636E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_LookupError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_AssertionError referenced in function _ZN4pyo310exceptions106_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..AssertionError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h6ee766e55eff7d23E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_AssertionError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_EOFError referenced in function _ZN4pyo310exceptions100_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..EOFError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h0ebfdefe65ed9cdcE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_EOFError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_FloatingPointError referenced in function _ZN4pyo310exceptions110_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..FloatingPointError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h20059a080fec00d3E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_FloatingPointError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ImportError referenced in function _ZN4pyo310exceptions103_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ImportError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17he02cca795326aa87E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ImportError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ModuleNotFoundError referenced in function _ZN4pyo310exceptions111_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ModuleNotFoundError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h848c029baf0cd487E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ModuleNotFoundError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_IndexError referenced in function _ZN4pyo310exceptions102_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..IndexError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h31779f69c14c918fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_IndexError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_KeyError referenced in function _ZN4pyo310exceptions100_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..KeyError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h3eaf13cef1f551e5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_KeyError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_KeyboardInterrupt referenced in function _ZN4pyo310exceptions109_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..KeyboardInterrupt$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h37b774d6674147c2E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_KeyboardInterrupt
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_MemoryError referenced in function _ZN4pyo310exceptions103_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..MemoryError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hbe3b2af27e585ccbE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_NameError referenced in function _ZN4pyo310exceptions101_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..NameError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h4e1e1e84f4d8b8cfE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_NameError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_OverflowError referenced in function _ZN4pyo310exceptions105_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..OverflowError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h8633c5552ce55a2fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_RuntimeError referenced in function _ZN4pyo310exceptions104_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..RuntimeError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h3c1bf5d9bc0cbcc0E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_RecursionError referenced in function _ZN4pyo310exceptions106_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..RecursionError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hb3842061dc016cbfE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_RecursionError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_NotImplementedError referenced in function _ZN4pyo310exceptions111_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..NotImplementedError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h71a8db039a9f3b6cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_NotImplementedError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_SyntaxError referenced in function _ZN4pyo310exceptions103_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..SyntaxError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h33c3ef660f1f1888E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SyntaxError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ReferenceError referenced in function _ZN4pyo310exceptions106_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ReferenceError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h31270841451084a5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ReferenceError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_SystemExit referenced in function _ZN4pyo310exceptions102_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..SystemExit$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hfd0237225aae58bdE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_SystemExit
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_UnboundLocalError referenced in function _ZN4pyo310exceptions109_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..UnboundLocalError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h711c6bae690dbbbcE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_UnboundLocalError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_UnicodeError referenced in function _ZN4pyo310exceptions104_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..UnicodeError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h3476370d0ff89696E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_UnicodeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_UnicodeEncodeError referenced in function _ZN4pyo310exceptions110_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..UnicodeEncodeError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hc4f9acf4e8d962a6E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_UnicodeEncodeError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_UnicodeTranslateError referenced in function _ZN4pyo310exceptions113_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..UnicodeTranslateError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h9ff829aa6f4f0b78E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_UnicodeTranslateError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ZeroDivisionError referenced in function _ZN4pyo310exceptions109_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ZeroDivisionError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h65a5f33ebda7e885E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ZeroDivisionError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ChildProcessError referenced in function _ZN4pyo310exceptions109_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ChildProcessError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h72e02ff4f0867867E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ChildProcessError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ConnectionError referenced in function _ZN4pyo310exceptions107_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ConnectionError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h521ea94000a2b51eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ConnectionError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_FileExistsError referenced in function _ZN4pyo310exceptions107_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..FileExistsError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h4c72170a4fd1956aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_FileExistsError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_IsADirectoryError referenced in function _ZN4pyo310exceptions109_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..IsADirectoryError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hd9aaf769e02d18fdE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_IsADirectoryError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_NotADirectoryError referenced in function _ZN4pyo310exceptions110_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..NotADirectoryError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h837e031e29f67dcbE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_NotADirectoryError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_PermissionError referenced in function _ZN4pyo310exceptions107_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..PermissionError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h6daa6686965bf3b1E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_PermissionError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_ProcessLookupError referenced in function _ZN4pyo310exceptions110_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..ProcessLookupError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h1b791ab85146a5aaE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_ProcessLookupError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_EnvironmentError referenced in function _ZN4pyo310exceptions108_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..EnvironmentError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17hf70f96a6d49cb501E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_EnvironmentError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_IOError referenced in function _ZN4pyo310exceptions99_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..IOError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17he54bcd340603fc53E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_IOError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.0.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyExc_WindowsError referenced in function _ZN4pyo310exceptions104_$LT$impl$u20$core..convert..From$LT$pyo3..exceptions..WindowsError$GT$$u20$for$u20$pyo3..err..PyErr$GT$4from17h5dcf2c2fe58b5397E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyExc_WindowsError
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyModule_Type referenced in function _ZN49_$LT$T$u20$as$u20$pyo3..conversion..PyTryFrom$GT$8try_from17h31d862c3f5815449E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyModule_Type
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_IsTrue referenced in function _ZN4pyo36object8PyObject7is_true17h5ff6c5da3fd229d8E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyTuple_New referenced in function _ZN4pyo36object8PyObject5call017h20070e1cbfc32b28E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyTuple_New
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyTuple_New
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyTuple_New
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_Call referenced in function _ZN4pyo36object8PyObject5call017h20070e1cbfc32b28E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Call
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyObject_Call
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Clear referenced in function _ZN89_$LT$pyo3..pyclass_slots..PyClassDictSlot$u20$as$u20$pyo3..pyclass_slots..PyClassDict$GT$10clear_dict17h476314ac87ab69d5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyDict_Clear
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_ClearWeakRefs referenced in function _ZN95_$LT$pyo3..pyclass_slots..PyClassWeakRefSlot$u20$as$u20$pyo3..pyclass_slots..PyClassWeakRef$GT$14clear_weakrefs17h7ee97bab61730e6eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBytes_FromStringAndSize referenced in function _ZN4pyo35types5bytes101_$LT$impl$u20$pyo3..conversion..FromPy$LT$$RF$$u5b$u8$u5d$$GT$$u20$for$u20$pyo3..object..PyObject$GT$7from_py17h12307074dbf47cc4E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyFloat_FromDouble referenced in function _ZN4pyo35types7floatob88_$LT$impl$u20$pyo3..conversion..FromPy$LT$f64$GT$$u20$for$u20$pyo3..object..PyObject$GT$7from_py17h1c47bab75ca83428E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyIter_Next referenced in function _ZN92_$LT$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17hf0ab3b248a6017f2E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_Occurred referenced in function _ZN92_$LT$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17hf0ab3b248a6017f2E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyModule_New referenced in function _ZN4pyo35types6module8PyModule3new17hbcb466a99a4b1b46E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyImport_ImportModule referenced in function _ZN4pyo35types6module8PyModule6import17hf06272c0b56a37c1E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_Py_CompileStringExFlags referenced in function _ZN4pyo35types6module8PyModule9from_code17h6338b1d603e1e95fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyImport_ExecCodeModuleEx referenced in function _ZN4pyo35types6module8PyModule9from_code17h6338b1d603e1e95fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyModule_GetDict referenced in function _ZN4pyo35types6module8PyModule4dict17hdf2072e607002e87E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyModule_GetDict
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyList_New referenced in function _ZN4pyo35types6module8PyModule5index17h67ae028f74cddc0bE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyList_New
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyModule_GetName referenced in function _ZN4pyo35types6module8PyModule4name17h907a85b1be975c57E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.6.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyModule_GetFilename referenced in function _ZN4pyo35types6module8PyModule8filename17he3505f984bcf9f4cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyUnicodeDecodeError_Create referenced in function _ZN4pyo310exceptions18UnicodeDecodeError7new_err17h2007cd0be89e58b5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyErr_SetObject referenced in function _ZN4pyo310exceptions13StopIteration14stop_iteration17h93e79006e0c7b090E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyByteArray_FromStringAndSize referenced in function _ZN4pyo35types9bytearray11PyByteArray3new17h4d76c7d9a605586cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyByteArray_Size referenced in function _ZN4pyo35types9bytearray11PyByteArray8is_empty17hb73109a8bf258643E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyByteArray_AsString referenced in function _ZN4pyo35types9bytearray11PyByteArray6to_vec17h3d40eb7d60f86328E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyByteArray_Resize referenced in function _ZN4pyo35types9bytearray11PyByteArray6resize17h4460db3291c68839E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyUnicode_FromEncodedObject referenced in function _ZN4pyo35types6string8PyString11from_object17hf9309cd5eb159803E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize referenced in function _ZN4pyo35types6string8PyString9to_string17h01bcb2c1616aedafE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyUnicode_AsEncodedString referenced in function _ZN4pyo35types6string8PyString15to_string_lossy17hf1d8782cc059eecdE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBytes_AsString referenced in function _ZN4pyo35types6string8PyString15to_string_lossy17hf1d8782cc059eecdE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyBytes_AsString
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBytes_Size referenced in function _ZN4pyo35types6string8PyString15to_string_lossy17hf1d8782cc059eecdE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyBytes_Size
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyByteArray_Type referenced in function _ZN85_$LT$pyo3..types..bytearray..PyByteArray$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h79835a7ea177813dE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_Free referenced in function _ZN4pyo37pyclass16tp_free_fallback17h452bf6e33c78fd10E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_GC_Del referenced in function _ZN4pyo37pyclass16tp_free_fallback17h452bf6e33c78fd10E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBool_Type referenced in function _ZN4pyo35types10boolobject65_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$bool$GT$7extract17hed26c6eca102c714E libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_TrueStruct referenced in function _ZN4pyo35types10boolobject65_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$bool$GT$7extract17hed26c6eca102c714E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySet_New referenced in function _ZN4pyo35types3set5PySet5empty17h3495ce021d74580eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySet_Pop referenced in function _ZN4pyo35types3set5PySet3pop17h7f2c67e22834c954E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyFrozenSet_New referenced in function _ZN4pyo35types3set11PyFrozenSet5empty17h9daacf3434cb1c46E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySet_Size referenced in function _ZN4pyo35types3set11PyFrozenSet8is_empty17h59477b46946185f8E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PySet_Type referenced in function _ZN73_$LT$pyo3..types..set..PySet$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h12eabeba3fc82cc1E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.7.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyFrozenSet_Type referenced in function _ZN79_$LT$pyo3..types..set..PyFrozenSet$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h2d6035aa3edef7beE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyNumber_Index referenced in function _ZN4pyo35types3num63_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$i8$GT$7extract17h8815f6e1d322ff83E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_AsLong referenced in function _ZN4pyo35types3num63_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$i8$GT$7extract17h8815f6e1d322ff83E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLongLong referenced in function _ZN4pyo35types3num88_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..object..PyObject$GT$$u20$for$u20$u32$GT$7into_py17h344a3815f727d33eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_AsLongLong referenced in function _ZN4pyo35types3num64_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$i64$GT$7extract17h7ad8a1fdeaf748c8E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_FromLongLong referenced in function _ZN4pyo35types3num90_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..object..PyObject$GT$$u20$for$u20$isize$GT$7into_py17ha50ad6f761ac069cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyLong_AsUnsignedLongLong referenced in function _ZN4pyo35types3num64_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$7extract17h48ddbb3e847bde4fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp__PyLong_FromByteArray referenced in function _ZN4pyo35types3num89_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..object..PyObject$GT$$u20$for$u20$i128$GT$7into_py17ha7c4e45f5a4a3069E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.11.rcgu.o) : error LNK2019: unresolved external symbol __imp__PyLong_AsByteArray referenced in function _ZN4pyo35types3num65_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$i128$GT$7extract17h0af3e326e6e9ba4eE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Copy referenced in function _ZN4pyo312derive_utils13parse_fn_args17hce90c40c74eb2d7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyDict_Copy
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_GetItem referenced in function _ZN4pyo312derive_utils13parse_fn_args17hce90c40c74eb2d7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyDict_GetItem
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Size referenced in function _ZN4pyo312derive_utils13parse_fn_args17hce90c40c74eb2d7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyDict_Size
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Next referenced in function _ZN4pyo312derive_utils13parse_fn_args17hce90c40c74eb2d7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.5.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyTuple_GetSlice referenced in function _ZN4pyo312derive_utils13parse_fn_args17hce90c40c74eb2d7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyTuple_GetSlice
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyCapsule_Import referenced in function _ZN78_$LT$pyo3..ffi..datetime..PyDateTimeAPI$u20$as$u20$core..ops..deref..Deref$GT$5deref17hf74ce1e1719eae0aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.15.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyFloat_AsDouble referenced in function _ZN58_$LT$T$u20$as$u20$pyo3..objectprotocol..ObjectProtocol$GT$7extract17h46514c873e1fb942E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyComplex_FromDoubles referenced in function _ZN4pyo35types7complex9PyComplex12from_doubles17hedd9ec28d061aea8E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyComplex_RealAsDouble referenced in function _ZN4pyo35types7complex9PyComplex4real17hedcc69d68e7b8c8fE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyComplex_ImagAsDouble referenced in function _ZN4pyo35types7complex9PyComplex4imag17hdbb6d6fa7b98c27cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_abs referenced in function _ZN4pyo35types7complex9PyComplex3abs17h32eeeef75b50f65dE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_pow referenced in function _ZN4pyo35types7complex9PyComplex3pow17h05a7d1ebb9a1df87E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyComplex_FromCComplex referenced in function _ZN4pyo35types7complex9PyComplex3pow17h05a7d1ebb9a1df87E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_sum referenced in function _ZN77_$LT$$RF$pyo3..types..complex..PyComplex$u20$as$u20$core..ops..arith..Add$GT$3add17h406363afaeae8aecE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_diff referenced in function _ZN77_$LT$$RF$pyo3..types..complex..PyComplex$u20$as$u20$core..ops..arith..Sub$GT$3sub17hb72bf631e4408787E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_prod referenced in function _ZN77_$LT$$RF$pyo3..types..complex..PyComplex$u20$as$u20$core..ops..arith..Mul$GT$3mul17hc2dda70034dcd972E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_quot referenced in function _ZN77_$LT$$RF$pyo3..types..complex..PyComplex$u20$as$u20$core..ops..arith..Div$GT$3div17h62bd0698e243f5ddE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp__Py_c_neg referenced in function _ZN77_$LT$$RF$pyo3..types..complex..PyComplex$u20$as$u20$core..ops..arith..Neg$GT$3neg17h3411493a5a117e71E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_New referenced in function _ZN4pyo35types4dict6PyDict3new17hc70197fb21cd5200E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_MergeFromSeq2 referenced in function _ZN4pyo35types4dict6PyDict13from_sequence17hf0ad59682fce52f5E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_DelItem referenced in function _ZN4pyo35types4dict6PyDict8del_item17hd1cbb05301bfaa7aE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Keys referenced in function _ZN4pyo35types4dict6PyDict4keys17h09e4c1918be62d06E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Values referenced in function _ZN4pyo35types4dict6PyDict6values17hd377eb17bf04eb37E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyDict_Items referenced in function _ZN4pyo35types4dict6PyDict5items17hdedca34c58c61b21E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.10.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyComplex_Type referenced in function _ZN81_$LT$pyo3..types..complex..PyComplex$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h96afec475ad1ff89E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.14.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyFloat_Type referenced in function _ZN79_$LT$pyo3..types..floatob..PyFloat$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$11is_instance17h9d8135acffd99789E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyObject_GetBuffer referenced in function _ZN4pyo36buffer8PyBuffer3get17h5cb2cb1d1e200653E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBuffer_GetPointer referenced in function _ZN4pyo36buffer8PyBuffer7get_ptr17h5e21d7093a34012cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.3.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyBuffer_Release referenced in function _ZN4pyo36buffer8PyBuffer7release17h3e442f6bbb9bd168E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyImport_AddModule referenced in function _ZN4pyo36python6Python8run_code17h388fdf77dbd4e940E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyRun_StringFlags referenced in function _ZN4pyo36python6Python8run_code17h388fdf77dbd4e940E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyList_Size referenced in function _ZN4pyo35types4list6PyList3len17hc78f26d9a9f29ba4E
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyList_GetItem referenced in function _ZN4pyo35types4list6PyList8get_item17h96e4453df3d6066cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyList_Sort referenced in function _ZN4pyo35types4list6PyList4sort17h2195a7fd78b658caE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyList_Reverse referenced in function _ZN4pyo35types4list6PyList7reverse17h83a0d57cde92b50cE
libpyo3-36c1356c9de1559b.rlib(pyo3-36c1356c9de1559b.pyo3.3xi11h25-cgu.12.rcgu.o) : error LNK2019: unresolved external symbol __imp_PyTuple_SetItem referenced in function _ZN4pyo35types5tuple7PyTuple3new17h07a060cbfca92c9bE
C:\Program Files (x86)\Python38-32\libs\python38.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64'
C:\Users\Jack\pyo3\target\release\deps\word_count.dll : fatal error LNK1120: 171 unresolved externals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment