krmanik/Anki-Chinese-Vocabulary-Generator

Problems when trying to start the program

Closed this issue · 5 comments

Thanks for your offer to help on Reddit!

I try to reproduce the error but I got another one... Maybe that would be a better way to start?

Thanks a lot in advance!
problem_gif

Run in terminal

pip install wheel

It comes with python. If still persists problem then uninstall python and again download and install python from Microsoft Store.

uninstalled python, reinstalled from the store got this rather lengthy output ....

I am very new to this, so I am stuck...

Thanks a lot for the effort. If its not working, I'll have to continue creating my own examples ;)

Click to expand!

Microsoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>pip install -r requirements.txt
Collecting git+https://github.com/DeepHorizons/tts (from -r requirements.txt (line 7))
Cloning https://github.com/DeepHorizons/tts to c:\users\karla\appdata\local\temp\pip-req-build-k46khn37
Collecting jieba
Downloading jieba-0.42.1.tar.gz (19.2 MB)
|████████████████████████████████| 19.2 MB 3.3 MB/s
Collecting gTTS
Downloading gTTS-2.2.1-py3-none-any.whl (24 kB)
Collecting pinyin
Downloading pinyin-0.4.0.tar.gz (3.6 MB)
|████████████████████████████████| 3.6 MB 6.4 MB/s
Collecting pycedict
Downloading pycedict-0.9.2.tar.gz (4.8 kB)
Collecting hanziconv
Downloading hanziconv-0.3.2.tar.gz (276 kB)
|████████████████████████████████| 276 kB 6.8 MB/s
Collecting googletrans==4.0.0rc1
Downloading googletrans-4.0.0rc1.tar.gz (20 kB)
Collecting comtypes
Downloading comtypes-1.1.7.zip (180 kB)
|████████████████████████████████| 180 kB ...
Collecting click
Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
|████████████████████████████████| 82 kB 516 kB/s
Collecting requests
Downloading requests-2.25.0-py2.py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 4.1 MB/s
Collecting six
Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting httpx==0.13.3
Downloading httpx-0.13.3-py3-none-any.whl (55 kB)
|████████████████████████████████| 55 kB ...
Collecting chardet<4,>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
|████████████████████████████████| 133 kB 6.4 MB/s
Collecting idna<3,>=2.5
Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 3.8 MB/s
Collecting certifi>=2017.4.17
Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
|████████████████████████████████| 147 kB 6.8 MB/s
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
|████████████████████████████████| 136 kB ...
Collecting rfc3986<2,>=1.3
Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
Collecting httpcore==0.9.*
Downloading httpcore-0.9.1-py3-none-any.whl (42 kB)
|████████████████████████████████| 42 kB ...
Collecting hstspreload
Downloading hstspreload-2020.11.21-py3-none-any.whl (981 kB)
|████████████████████████████████| 981 kB 6.4 MB/s
Collecting sniffio
Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting h11<0.10,>=0.8
Downloading h11-0.9.0-py2.py3-none-any.whl (53 kB)
|████████████████████████████████| 53 kB ...
Collecting h2==3.*
Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
|████████████████████████████████| 65 kB 4.5 MB/s
Collecting hyperframe<6,>=5.2.0
Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Collecting hpack<4,>=3.0
Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)

Using legacy 'setup.py install' for jieba, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pinyin, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pycedict, since package 'wheel' is not installed.
Using legacy 'setup.py install' for hanziconv, since package 'wheel' is not installed.
Using legacy 'setup.py install' for googletrans, since package 'wheel' is not installed.
Using legacy 'setup.py install' for tts, since package 'wheel' is not installed.
Using legacy 'setup.py install' for comtypes, since package 'wheel' is not installed.
Installing collected packages: jieba, click, chardet, idna, certifi, urllib3, requests, six, gTTS, pinyin, pycedict, hanziconv, rfc3986, h11, sniffio, hyperframe, hpack, h2, httpcore, hstspreload, httpx, googletrans, comtypes, tts
Running setup.py install for jieba ... done
WARNING: The script chardetect.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script gtts-cli.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Running setup.py install for pinyin ... done
Running setup.py install for pycedict ... done
Running setup.py install for hanziconv ... done
Running setup.py install for googletrans ... done
Running setup.py install for comtypes ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"'; file='"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\karla\AppData\Local\Temp\pip-record-701thw9r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\comtypes'
cwd: C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes
Complete output (281 lines):
running install
running build
running build_py
creating build
creating build\lib
creating build\lib\comtypes
copying comtypes\automation.py -> build\lib\comtypes
copying comtypes\connectionpoints.py -> build\lib\comtypes
copying comtypes\errorinfo.py -> build\lib\comtypes
copying comtypes\git.py -> build\lib\comtypes
copying comtypes\GUID.py -> build\lib\comtypes
copying comtypes\hresult.py -> build\lib\comtypes
copying comtypes\logutil.py -> build\lib\comtypes
copying comtypes\messageloop.py -> build\lib\comtypes
copying comtypes\npsupport.py -> build\lib\comtypes
copying comtypes\patcher.py -> build\lib\comtypes
copying comtypes\persist.py -> build\lib\comtypes
copying comtypes\safearray.py -> build\lib\comtypes
copying comtypes\shelllink.py -> build\lib\comtypes
copying comtypes\typeinfo.py -> build\lib\comtypes
copying comtypes\util.py -> build\lib\comtypes
copying comtypes\viewobject.py -> build\lib\comtypes
copying comtypes_comobject.py -> build\lib\comtypes
copying comtypes_meta.py -> build\lib\comtypes
copying comtypes_safearray.py -> build\lib\comtypes
copying comtypes_init_.py -> build\lib\comtypes
creating build\lib\comtypes\client
copying comtypes\client\dynamic.py -> build\lib\comtypes\client
copying comtypes\client\lazybind.py -> build\lib\comtypes\client
copying comtypes\client_code_cache.py -> build\lib\comtypes\client
copying comtypes\client_events.py -> build\lib\comtypes\client
copying comtypes\client_generate.py -> build\lib\comtypes\client
copying comtypes\client_init_.py -> build\lib\comtypes\client
creating build\lib\comtypes\server
copying comtypes\server\automation.py -> build\lib\comtypes\server
copying comtypes\server\connectionpoints.py -> build\lib\comtypes\server
copying comtypes\server\inprocserver.py -> build\lib\comtypes\server
copying comtypes\server\localserver.py -> build\lib\comtypes\server
copying comtypes\server\register.py -> build\lib\comtypes\server
copying comtypes\server\w_getopt.py -> build\lib\comtypes\server
copying comtypes\server_init_.py -> build\lib\comtypes\server
creating build\lib\comtypes\tools
copying comtypes\tools\codegenerator.py -> build\lib\comtypes\tools
copying comtypes\tools\tlbparser.py -> build\lib\comtypes\tools
copying comtypes\tools\typedesc.py -> build\lib\comtypes\tools
copying comtypes\tools\typedesc_base.py -> build\lib\comtypes\tools
copying comtypes\tools_init_.py -> build\lib\comtypes\tools
creating build\lib\comtypes\test
copying comtypes\test\find_memleak.py -> build\lib\comtypes\test
copying comtypes\test\runtests.py -> build\lib\comtypes\test
copying comtypes\test\setup.py -> build\lib\comtypes\test
copying comtypes\test\TestComServer.py -> build\lib\comtypes\test
copying comtypes\test\TestDispServer.py -> build\lib\comtypes\test
copying comtypes\test\test_agilent.py -> build\lib\comtypes\test
copying comtypes\test\test_avmc.py -> build\lib\comtypes\test
copying comtypes\test\test_basic.py -> build\lib\comtypes\test
copying comtypes\test\test_BSTR.py -> build\lib\comtypes\test
copying comtypes\test\test_casesensitivity.py -> build\lib\comtypes\test
copying comtypes\test\test_client.py -> build\lib\comtypes\test
copying comtypes\test\test_collections.py -> build\lib\comtypes\test
copying comtypes\test\test_comserver.py -> build\lib\comtypes\test
copying comtypes\test\test_createwrappers.py -> build\lib\comtypes\test
copying comtypes\test\test_dict.py -> build\lib\comtypes\test
copying comtypes\test\test_dispinterface.py -> build\lib\comtypes\test
copying comtypes\test\test_DISPPARAMS.py -> build\lib\comtypes\test
copying comtypes\test\test_dyndispatch.py -> build\lib\comtypes\test
copying comtypes\test\test_excel.py -> build\lib\comtypes\test
copying comtypes\test\test_findgendir.py -> build\lib\comtypes\test
copying comtypes\test\test_getactiveobj.py -> build\lib\comtypes\test
copying comtypes\test\test_GUID.py -> build\lib\comtypes\test
copying comtypes\test\test_ie.py -> build\lib\comtypes\test
copying comtypes\test\test_msscript.py -> build\lib\comtypes\test
copying comtypes\test\test_outparam.py -> build\lib\comtypes\test
copying comtypes\test\test_propputref.py -> build\lib\comtypes\test
copying comtypes\test\test_pump_events.py -> build\lib\comtypes\test
copying comtypes\test\test_QueryService.py -> build\lib\comtypes\test
copying comtypes\test\test_safearray.py -> build\lib\comtypes\test
copying comtypes\test\test_sapi.py -> build\lib\comtypes\test
copying comtypes\test\test_server.py -> build\lib\comtypes\test
copying comtypes\test\test_showevents.py -> build\lib\comtypes\test
copying comtypes\test\test_subinterface.py -> build\lib\comtypes\test
copying comtypes\test\test_typeinfo.py -> build\lib\comtypes\test
copying comtypes\test\test_urlhistory.py -> build\lib\comtypes\test
copying comtypes\test\test_variant.py -> build\lib\comtypes\test
copying comtypes\test\test_win32com_interop.py -> build\lib\comtypes\test
copying comtypes\test\test_wmi.py -> build\lib\comtypes\test
copying comtypes\test\test_word.py -> build\lib\comtypes\test
copying comtypes\test_init_.py -> build\lib\comtypes\test
copying comtypes\test\TestComServer.idl -> build\lib\comtypes\test
copying comtypes\test\TestComServer.tlb -> build\lib\comtypes\test
copying comtypes\test\TestDispServer.idl -> build\lib\comtypes\test
copying comtypes\test\TestDispServer.tlb -> build\lib\comtypes\test
copying comtypes\test\mytypelib.idl -> build\lib\comtypes\test
copying comtypes\test\mylib.idl -> build\lib\comtypes\test
copying comtypes\test\test_jscript.js -> build\lib\comtypes\test
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
running build_scripts
creating build\scripts-3.9
copying clear_comtypes_cache.py -> build\scripts-3.9
running install_lib
creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\automation.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client\dynamic.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client\lazybind.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client_code_cache.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client_events.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client_generate.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\client_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
copying build\lib\comtypes\connectionpoints.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\errorinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\git.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\GUID.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\hresult.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\logutil.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\messageloop.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\npsupport.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\patcher.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\persist.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\automation.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\connectionpoints.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\inprocserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\localserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\register.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server\w_getopt.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\server_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
copying build\lib\comtypes\shelllink.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\find_memleak.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\mylib.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\mytypelib.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\runtests.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\setup.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestComServer.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestComServer.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestComServer.tlb -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestDispServer.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestDispServer.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\TestDispServer.tlb -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_agilent.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_avmc.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_basic.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_BSTR.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_casesensitivity.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_client.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_collections.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_comserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_createwrappers.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_dict.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_dispinterface.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_DISPPARAMS.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_dyndispatch.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_excel.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_findgendir.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_getactiveobj.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_GUID.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_ie.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_jscript.js -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_msscript.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_outparam.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_propputref.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_pump_events.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_QueryService.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_sapi.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_server.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_showevents.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_subinterface.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_typeinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_urlhistory.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_variant.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_win32com_interop.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_wmi.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test\test_word.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
copying build\lib\comtypes\test_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\tools\codegenerator.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\tools\tlbparser.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\tools\typedesc.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\tools\typedesc_base.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\tools_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
copying build\lib\comtypes\typeinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\util.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes\viewobject.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes_comobject.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes_meta.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes_safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
copying build\lib\comtypes_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\automation.py to automation.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client\dynamic.py to dynamic.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client\lazybind.py to lazybind.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_code_cache.py to code_cache.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_events.py to events.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_generate.py to generate.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_init
.py to init.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\connectionpoints.py to connectionpoints.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\errorinfo.py to errorinfo.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\git.py to git.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\GUID.py to GUID.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\hresult.py to hresult.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\logutil.py to logutil.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\messageloop.py to messageloop.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\npsupport.py to npsupport.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\patcher.py to patcher.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\persist.py to persist.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\safearray.py to safearray.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\automation.py to automation.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\connectionpoints.py to connectionpoints.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\inprocserver.py to inprocserver.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\localserver.py to localserver.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\register.py to register.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\w_getopt.py to w_getopt.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server_init
.py to init.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\shelllink.py to shelllink.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\find_memleak.py to find_memleak.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\runtests.py to runtests.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\setup.py to setup.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\TestComServer.py to TestComServer.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\TestDispServer.py to TestDispServer.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_agilent.py to test_agilent.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_avmc.py to test_avmc.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_basic.py to test_basic.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_BSTR.py to test_BSTR.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_casesensitivity.py to test_casesensitivity.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_client.py to test_client.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_collections.py to test_collections.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_comserver.py to test_comserver.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_createwrappers.py to test_createwrappers.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dict.py to test_dict.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dispinterface.py to test_dispinterface.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_DISPPARAMS.py to test_DISPPARAMS.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dyndispatch.py to test_dyndispatch.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_excel.py to test_excel.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_findgendir.py to test_findgendir.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_getactiveobj.py to test_getactiveobj.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_GUID.py to test_GUID.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_ie.py to test_ie.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_msscript.py to test_msscript.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_outparam.py to test_outparam.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_propputref.py to test_propputref.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_pump_events.py to test_pump_events.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_QueryService.py to test_QueryService.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_safearray.py to test_safearray.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_sapi.py to test_sapi.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_server.py to test_server.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_showevents.py to test_showevents.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_subinterface.py to test_subinterface.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_typeinfo.py to test_typeinfo.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_urlhistory.py to test_urlhistory.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_variant.py to test_variant.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_win32com_interop.py to test_win32com_interop.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_wmi.py to test_wmi.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_word.py to test_word.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test_init
.py to init.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\codegenerator.py to codegenerator.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\tlbparser.py to tlbparser.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\typedesc.py to typedesc.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\typedesc_base.py to typedesc_base.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools_init_.py to init.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\typeinfo.py to typeinfo.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\util.py to util.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\viewobject.py to viewobject.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_comobject.py to _comobject.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_meta.py to _meta.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_safearray.py to safearray.cpython-39.pyc
byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_init
.py to init.cpython-39.pyc
running install_scripts
running egg_info
writing comtypes.egg-info\PKG-INFO
writing dependency_links to comtypes.egg-info\dependency_links.txt
writing top-level names to comtypes.egg-info\top_level.txt
reading manifest file 'comtypes.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'comtypes.egg-info\SOURCES.txt'
copying build\scripts-3.9\clear_comtypes_cache.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts
error: error in setup script: command 'bdist_wininst' has no such option 'install_script'
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"'; file='"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\karla\AppData\Local\Temp\pip-record-701thw9r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\comtypes' Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
You should consider upgrading via the 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>pip install wheel
Collecting wheel
Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
WARNING: The script wheel.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed wheel-0.36.2
WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
You should consider upgrading via the 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>python main.py
Traceback (most recent call last):
File "C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master\main.py", line 6, in
import tts.sapi
ModuleNotFoundError: No module named 'tts'

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Microsoft Windows [Version 10.0.19042.685]
'Microsoft' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>(c) 2020 Microsoft Corporation. All rights reserved.
2020 was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>pip install -r requirements.txt
'C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting git+https://github.com/DeepHorizons/tts (from -r requirements.txt (line 7))
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Cloning https://github.com/DeepHorizons/tts to c:\users\karla\appdata\local\temp\pip-req-build-k46khn37
'Cloning' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting jieba
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading jieba-0.42.1.tar.gz (19.2 MB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 19.2 MB 3.3 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting gTTS
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading gTTS-2.2.1-py3-none-any.whl (24 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting pinyin
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading pinyin-0.4.0.tar.gz (3.6 MB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 3.6 MB 6.4 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting pycedict
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading pycedict-0.9.2.tar.gz (4.8 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting hanziconv
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading hanziconv-0.3.2.tar.gz (276 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 276 kB 6.8 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting googletrans==4.0.0rc1
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading googletrans-4.0.0rc1.tar.gz (20 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting comtypes
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading comtypes-1.1.7.zip (180 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 180 kB ...
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting click
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 82 kB 516 kB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting requests
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading requests-2.25.0-py2.py3-none-any.whl (61 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 61 kB 4.1 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting six
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting httpx==0.13.3
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading httpx-0.13.3-py3-none-any.whl (55 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 55 kB ...
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting chardet<4,>=3.0.2
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 133 kB 6.4 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting idna<3,>=2.5
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 58 kB 3.8 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting certifi>=2017.4.17
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 147 kB 6.8 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting urllib3<1.27,>=1.21.1
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 136 kB ...
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting rfc3986<2,>=1.3
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting httpcore==0.9.*
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading httpcore-0.9.1-py3-none-any.whl (42 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 42 kB ...
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting hstspreload
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading hstspreload-2020.11.21-py3-none-any.whl (981 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 981 kB 6.4 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting sniffio
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting h11<0.10,>=0.8
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading h11-0.9.0-py2.py3-none-any.whl (53 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 53 kB ...
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting h2==3.*
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> |████████████████████████████████| 65 kB 4.5 MB/s
| was unexpected at this time.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting hyperframe<6,>=5.2.0
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting hpack<4,>=3.0
The system cannot find the file specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for jieba, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for pinyin, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for pycedict, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for hanziconv, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for googletrans, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for tts, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Using legacy 'setup.py install' for comtypes, since package 'wheel' is not installed.
'Using' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Installing collected packages: jieba, click, chardet, idna, certifi, urllib3, requests, six, gTTS, pinyin, pycedict, hanziconv, rfc3986, h11, sniffio, hyperframe, hpack, h2, httpcore, hstspreload, httpx, googletrans, comtypes, tts
'Installing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for jieba ... done
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> WARNING: The script chardetect.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
'WARNING:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
'Consider' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> WARNING: The script gtts-cli.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
'WARNING:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
'Consider' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for pinyin ... done
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for pycedict ... done
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for hanziconv ... done
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for googletrans ... done
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Running setup.py install for comtypes ... error
'Running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> ERROR: Command errored out with exit status 1:
'ERROR:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> command: 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"'; file='"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\karla\AppData\Local\Temp\pip-record-701thw9r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\comtypes'
'command:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> cwd: C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes
'cwd:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Complete output (281 lines):
'Complete' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running install
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running build
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running build_py
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib\comtypes
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\automation.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\connectionpoints.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\errorinfo.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\git.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\GUID.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\hresult.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\logutil.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\messageloop.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\npsupport.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\patcher.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\persist.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\safearray.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\shelllink.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\typeinfo.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\util.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\viewobject.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes_comobject.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes_meta.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes_safearray.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes_init_.py -> build\lib\comtypes
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib\comtypes\client
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client\dynamic.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client\lazybind.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client_code_cache.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client_events.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client_generate.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\client_init_.py -> build\lib\comtypes\client
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib\comtypes\server
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\automation.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\connectionpoints.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\inprocserver.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\localserver.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\register.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server\w_getopt.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\server_init_.py -> build\lib\comtypes\server
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib\comtypes\tools
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\tools\codegenerator.py -> build\lib\comtypes\tools
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\tools\tlbparser.py -> build\lib\comtypes\tools
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\tools\typedesc.py -> build\lib\comtypes\tools
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\tools\typedesc_base.py -> build\lib\comtypes\tools
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\tools_init_.py -> build\lib\comtypes\tools
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\lib\comtypes\test
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\find_memleak.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\runtests.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\setup.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestComServer.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestDispServer.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_agilent.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_avmc.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_basic.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_BSTR.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_casesensitivity.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_client.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_collections.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_comserver.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_createwrappers.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_dict.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_dispinterface.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_DISPPARAMS.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_dyndispatch.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_excel.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_findgendir.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_getactiveobj.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_GUID.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_ie.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_msscript.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_outparam.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_propputref.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_pump_events.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_QueryService.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_safearray.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_sapi.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_server.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_showevents.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_subinterface.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_typeinfo.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_urlhistory.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_variant.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_win32com_interop.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_wmi.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_word.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test_init_.py -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestComServer.idl -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestComServer.tlb -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestDispServer.idl -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\TestDispServer.tlb -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\mytypelib.idl -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\mylib.idl -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying comtypes\test\test_jscript.js -> build\lib\comtypes\test
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Skipping optional fixer: buffer
'Skipping' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Skipping optional fixer: idioms
'Skipping' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Skipping optional fixer: set_literal
'Skipping' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Skipping optional fixer: ws_comma
'Skipping' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running build_scripts
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating build\scripts-3.9
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying clear_comtypes_cache.py -> build\scripts-3.9
The system cannot find the path specified.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running install_lib
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\automation.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client\dynamic.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client\lazybind.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client_code_cache.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client_events.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client_generate.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\client_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\connectionpoints.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\errorinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\git.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\GUID.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\hresult.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\logutil.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\messageloop.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\npsupport.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\patcher.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\persist.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\automation.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\connectionpoints.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\inprocserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\localserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\register.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server\w_getopt.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\server_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\shelllink.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\find_memleak.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\mylib.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\mytypelib.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\runtests.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\setup.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestComServer.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestComServer.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestComServer.tlb -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestDispServer.idl -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestDispServer.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\TestDispServer.tlb -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_agilent.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_avmc.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_basic.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_BSTR.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_casesensitivity.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_client.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_collections.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_comserver.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_createwrappers.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_dict.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_dispinterface.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_DISPPARAMS.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_dyndispatch.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_excel.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_findgendir.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_getactiveobj.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_GUID.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_ie.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_jscript.js -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_msscript.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_outparam.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_propputref.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_pump_events.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_QueryService.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_sapi.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_server.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_showevents.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_subinterface.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_typeinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_urlhistory.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_variant.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_win32com_interop.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_wmi.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test\test_word.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\test_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> creating C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
'creating' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\tools\codegenerator.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\tools\tlbparser.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\tools\typedesc.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\tools\typedesc_base.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\tools_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\typeinfo.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\util.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes\viewobject.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes_comobject.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes_meta.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes_safearray.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\lib\comtypes_init_.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\automation.py to automation.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client\dynamic.py to dynamic.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client\lazybind.py to lazybind.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_code_cache.py to _code_cache.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_events.py to _events.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_generate.py to _generate.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\client_init_.py to init.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\connectionpoints.py to connectionpoints.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\errorinfo.py to errorinfo.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\git.py to git.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\GUID.py to GUID.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\hresult.py to hresult.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\logutil.py to logutil.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\messageloop.py to messageloop.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\npsupport.py to npsupport.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\patcher.py to patcher.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\persist.py to persist.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\safearray.py to safearray.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\automation.py to automation.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\connectionpoints.py to connectionpoints.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\inprocserver.py to inprocserver.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\localserver.py to localserver.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\register.py to register.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server\w_getopt.py to w_getopt.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\server_init_.py to init.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\shelllink.py to shelllink.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\find_memleak.py to find_memleak.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\runtests.py to runtests.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\setup.py to setup.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\TestComServer.py to TestComServer.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\TestDispServer.py to TestDispServer.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_agilent.py to test_agilent.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_avmc.py to test_avmc.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_basic.py to test_basic.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_BSTR.py to test_BSTR.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_casesensitivity.py to test_casesensitivity.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_client.py to test_client.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_collections.py to test_collections.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_comserver.py to test_comserver.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_createwrappers.py to test_createwrappers.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dict.py to test_dict.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dispinterface.py to test_dispinterface.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_DISPPARAMS.py to test_DISPPARAMS.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_dyndispatch.py to test_dyndispatch.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_excel.py to test_excel.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_findgendir.py to test_findgendir.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_getactiveobj.py to test_getactiveobj.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_GUID.py to test_GUID.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_ie.py to test_ie.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_msscript.py to test_msscript.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_outparam.py to test_outparam.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_propputref.py to test_propputref.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_pump_events.py to test_pump_events.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_QueryService.py to test_QueryService.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_safearray.py to test_safearray.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_sapi.py to test_sapi.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_server.py to test_server.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_showevents.py to test_showevents.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_subinterface.py to test_subinterface.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_typeinfo.py to test_typeinfo.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_urlhistory.py to test_urlhistory.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_variant.py to test_variant.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_win32com_interop.py to test_win32com_interop.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_wmi.py to test_wmi.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test\test_word.py to test_word.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\test_init_.py to init.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\codegenerator.py to codegenerator.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\tlbparser.py to tlbparser.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\typedesc.py to typedesc.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools\typedesc_base.py to typedesc_base.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\tools_init_.py to init.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\typeinfo.py to typeinfo.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\util.py to util.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes\viewobject.py to viewobject.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_comobject.py to _comobject.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_meta.py to _meta.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_safearray.py to _safearray.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> byte-compiling C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\comtypes_init_.py to init.cpython-39.pyc
'byte-compiling' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running install_scripts
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> running egg_info
'running' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> writing comtypes.egg-info\PKG-INFO
'writing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> writing dependency_links to comtypes.egg-info\dependency_links.txt
'writing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> writing top-level names to comtypes.egg-info\top_level.txt
'writing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> reading manifest file 'comtypes.egg-info\SOURCES.txt'
'reading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> reading manifest template 'MANIFEST.in'
'reading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> writing manifest file 'comtypes.egg-info\SOURCES.txt'
'writing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> copying build\scripts-3.9\clear_comtypes_cache.py -> C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts
Access is denied.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> error: error in setup script: command 'bdist_wininst' has no such option 'install_script'
'error:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> ----------------------------------------
'----------------------------------------' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>ERROR: Command errored out with exit status 1: 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"'; file='"'"'C:\Users\karla\AppData\Local\Temp\pip-install-wqk37zay\comtypes\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\karla\AppData\Local\Temp\pip-record-701thw9r\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\comtypes' Check the logs for full command output.
'ERROR:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
'WARNING:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>You should consider upgrading via the 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
'You' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
The syntax of the command is incorrect.
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
The syntax of the command is incorrect.
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>pip install wheel
'C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Collecting wheel
'Collecting' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
'Downloading' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Installing collected packages: wheel
'Installing' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> WARNING: The script wheel.exe is installed in 'C:\Users\karla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
'WARNING:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
'Consider' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Successfully installed wheel-0.36.2
'Successfully' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
'WARNING:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>You should consider upgrading via the 'C:\Users\karla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
'You' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>
C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>python main.py
'C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>Traceback (most recent call last):
'Traceback' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> File "C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master\main.py", line 6, in
The syntax of the command is incorrect.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master> import tts.sapi
'import' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>ModuleNotFoundError: No module named 'tts'
'ModuleNotFoundError:' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\karla\OneDrive\Documents\Anki-Chinese-Vocabulary-Generator\Anki-Chinese-Vocabulary-Generator-master>

I don't understand where is the problem. If it is problem with installation then may be youtube will for fresh install of python.

You can download the standalone program from here. No need install anything.
https://www.patreon.com/posts/chinese-v1-4-no-44982917

Thank you very much! Just had a look at it and it looks amazing.

Two follow up questions: Some of the example sentences are in traditional Chinese, others in simplified. Is that expected?
Is there a way to use the program as a "traditional" learner? I would love to input traditional characters and get a traditional example sentence.

Thanks a lot!

In next version, I will implement this.