Skip to content

Instantly share code, notes, and snippets.

@Alurith
Last active May 25, 2023 17:23
Show Gist options
  • Save Alurith/23fce0729b6da35f62fc1803e09104b7 to your computer and use it in GitHub Desktop.
Save Alurith/23fce0729b6da35f62fc1803e09104b7 to your computer and use it in GitHub Desktop.
Collecting qcore
Using cached qcore-1.8.0.tar.gz (53 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: Cython in c:\users\aluri\appdata\local\pypoetry\cache\virtualenvs\slqx-test-tq08q5xt-py3.10\lib\site-packages (from qcore) (0.29.35)
Building wheels for collected packages: qcore
Building wheel for qcore (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for qcore (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [90 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-310
creating build\lib.win-amd64-cpython-310\qcore
copying qcore\asserts.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\debug.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\disallow_inheritance.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\enum.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\errors.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspectable_class.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\testing.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\__init__.py -> build\lib.win-amd64-cpython-310\qcore
creating build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_asserts.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_caching.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_debug.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_decorators.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_disallow_inheritance.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_enum.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_errors.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_events.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_examples.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_helpers.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_inspectable_class.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_inspection.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_microtime.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_testing.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\py.typed -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\asserts.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\debug.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\disallow_inheritance.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\enum.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\errors.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspectable_class.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\testing.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\__init__.pyi -> build\lib.win-amd64-cpython-310\qcore
running build_ext
cythoning qcore/helpers.py to qcore\helpers.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\helpers.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
cythoning qcore/microtime.py to qcore\microtime.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\microtime.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
warning: qcore\microtime.pxd:24:35: Declarations should not be declared inline.
warning: qcore\microtime.pxd:25:35: Declarations should not be declared inline.
warning: qcore\microtime.pxd:26:35: Declarations should not be declared inline.
cythoning qcore/events.py to qcore\events.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\events.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
cythoning qcore/decorators.py to qcore\decorators.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\decorators.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\decorators.pxd:33:32: Declarations should not be declared inline.
cythoning qcore/caching.py to qcore\caching.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\caching.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
cythoning qcore/inspection.py to qcore\inspection.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-beo5iwxm\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-ekiwzb62\qcore_2e839582153c4a3fa88a3005a86e49ab\qcore\inspection.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
building 'qcore.helpers' extension
creating build\temp.win-amd64-cpython-310
creating build\temp.win-amd64-cpython-310\Release
creating build\temp.win-amd64-cpython-310\Release\qcore
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\aluri\AppData\Local\pypoetry\Cache\virtualenvs\slqx-test-tq08q5xt-py3.10\include -IC:\Python310\include -IC:\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.7.2\include\um" /Tcqcore\helpers.c /Fobuild\temp.win-amd64-cpython-310\Release\qcore\helpers.obj
helpers.c
C:\Python310\include\pyconfig.h(59): fatal error C1083: Non Š possibile aprire il file inclusione: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for qcore
Failed to build qcore
ERROR: Could not build wheels for qcore, which is required to install pyproject.toml-based projects
Collecting pyanalyze
Using cached pyanalyze-0.10.1-py3-none-any.whl (340 kB)
Collecting asynq (from pyanalyze)
Using cached asynq-1.4.0.tar.gz (62 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [117 lines of output]
Collecting qcore
Using cached qcore-1.8.0.tar.gz (53 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting Cython>=0.27.1
Using cached Cython-0.29.35-py2.py3-none-any.whl (988 kB)
Building wheels for collected packages: qcore
Building wheel for qcore (pyproject.toml): started
Building wheel for qcore (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Building wheel for qcore (pyproject.toml) did not run successfully.
exit code: 1
[90 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-310
creating build\lib.win-amd64-cpython-310\qcore
copying qcore\asserts.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\debug.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\disallow_inheritance.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\enum.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\errors.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspectable_class.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\testing.py -> build\lib.win-amd64-cpython-310\qcore
copying qcore\__init__.py -> build\lib.win-amd64-cpython-310\qcore
creating build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_asserts.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_caching.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_debug.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_decorators.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_disallow_inheritance.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_enum.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_errors.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_events.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_examples.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_helpers.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_inspectable_class.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_inspection.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_microtime.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\tests\test_testing.py -> build\lib.win-amd64-cpython-310\qcore\tests
copying qcore\py.typed -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.pxd -> build\lib.win-amd64-cpython-310\qcore
copying qcore\asserts.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\caching.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\debug.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\decorators.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\disallow_inheritance.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\enum.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\errors.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\events.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\helpers.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspectable_class.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\inspection.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\microtime.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\testing.pyi -> build\lib.win-amd64-cpython-310\qcore
copying qcore\__init__.pyi -> build\lib.win-amd64-cpython-310\qcore
running build_ext
cythoning qcore/helpers.py to qcore\helpers.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\helpers.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
cythoning qcore/microtime.py to qcore\microtime.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\microtime.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
warning: qcore\microtime.pxd:24:35: Declarations should not be declared inline.
warning: qcore\microtime.pxd:25:35: Declarations should not be declared inline.
warning: qcore\microtime.pxd:26:35: Declarations should not be declared inline.
cythoning qcore/events.py to qcore\events.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\events.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
cythoning qcore/decorators.py to qcore\decorators.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\decorators.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\decorators.pxd:33:32: Declarations should not be declared inline.
cythoning qcore/caching.py to qcore\caching.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\caching.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: qcore\helpers.pxd:25:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables
cythoning qcore/inspection.py to qcore\inspection.c
C:\Users\aluri\AppData\Local\Temp\pip-build-env-jj50wjvy\normal\Lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\aluri\AppData\Local\Temp\pip-install-6_mol_c6\qcore_1ae0ee4445674465924102a8ab6a6241\qcore\inspection.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
building 'qcore.helpers' extension
creating build\temp.win-amd64-cpython-310
creating build\temp.win-amd64-cpython-310\Release
creating build\temp.win-amd64-cpython-310\Release\qcore
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\aluri\AppData\Local\pypoetry\Cache\virtualenvs\slqx-test-tq08q5xt-py3.10\include -IC:\Python310\include -IC:\Python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.7.2\include\um" /Tcqcore\helpers.c /Fobuild\temp.win-amd64-cpython-310\Release\qcore\helpers.obj
helpers.c
C:\Python310\include\pyconfig.h(59): fatal error C1083: Non Š possibile aprire il file inclusione: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for qcore
Failed to build qcore
ERROR: Could not build wheels for qcore, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Using version ^0.10.1 for pyanalyze
Updating dependencies
Resolving dependencies...
Writing lock file
Package operations: 9 installs, 0 updates, 0 removals
• Installing qcore (1.8.0)
CalledProcessError
Command '['C:\\Users\\aluri\\AppData\\Local\\Temp\\tmp6ju7jqap\\.venv\\Scripts\\python.exe', 'C:\\Users\\aluri\\AppData\\Roaming\\pypoetry\\venv\\lib\\site-packages\\pyproject_hooks\\_in_process\\_in_process.py', 'build_wheel', 'C:\\Users\\aluri\\AppData\\Local\\Temp\\tmp9nhcdxa9']' returned non-zero exit status 1.
at C:\Python310\lib\subprocess.py:524 in run
520│ # We don't call process.wait() as .__exit__ does that for us.
521│ raise
522│ retcode = process.poll()
523│ if check and retcode:
→ 524│ raise CalledProcessError(retcode, process.args,
525│ output=stdout, stderr=stderr)
526│ return CompletedProcess(process.args, retcode, stdout, stderr)
527│
528│
The following error occurred when trying to handle this error:
BuildBackendException
Backend subprocess exited when trying to invoke build_wheel
at ~\AppData\Roaming\pypoetry\venv\lib\site-packages\build\__init__.py:474 in _handle_backend
470│ f"Backend '{self._backend}' is not available.",
471│ sys.exc_info(),
472│ )
473│ except subprocess.CalledProcessError as exception:
→ 474│ raise BuildBackendException( # noqa: B904 # use raise from
475│ exception, f'Backend subprocess exited when trying to invoke {hook}'
476│ )
477│ except Exception as exception:
478│ raise BuildBackendException(exception, exc_info=sys.exc_info()) # noqa: B904 # use raise from
The following error occurred when trying to handle this error:
UnicodeDecodeError
'utf-8' codec can't decode byte 0x8a in position 7978: invalid start byte
at ~\AppData\Roaming\pypoetry\venv\lib\site-packages\poetry\installation\chef.py:146 in _prepare
142│ ):
143│ message_parts.append(
144│ e.exception.stderr.decode()
145│ if e.exception.stderr is not None
→ 146│ else e.exception.stdout.decode()
147│ )
148│
149│ error = ChefBuildError("\n\n".join(message_parts))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment