jlevy / jlevy/py-app-standalone
Build fails for a Windows Executable
- Dominant language
- Python
- Stars
- 55
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I have a small Python script set up with UV and wanted to compile it using the py-app-standalone app.
When executing the command in the project folder like this:
```shell
uvx py-app-standalone .
```
I get the following error:
```shell
$ uvx py-app-standalone .
Creating a new Python installation at: py-standalone
▶ uv python install --managed-python --install-dir C:\temp\uv-build-cli\py-standalone 3.13
Installed Python 3.13.3 in 3.34s
+ cpython-3.13.3-windows-x86_64-none
⏱ Call to run took 3.37s
Creating temporary venv (you can ignore this step; it is just a trick to get a uv pyvenv.cfg file)...
▶ uv venv --relocatable --python py-standalone\cpython-3.13.3-windows-x86_64-none py-standalone\bare-venv
Using CPython 3.13.3 interpreter at: py-standalone\cpython-3.13.3-windows-x86_64-none\python.exe
Creating virtual environment at: py-standalone\bare-venv
Activate with: py-standalone\bare-venv\Scripts\activate
⏱ Call to run took 265ms
Temporary venv config: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\pyvenv.cfg'
Now installing packages directly into the original installation: 'py-standalone\\cpython-3.13.3-windows-x86_64-none'
▶ uv pip install . --python py-standalone\cpython-3.13.3-windows-x86_64-none --break-system-packages
Using Python 3.13.3 environment at: py-standalone
Resolved 2 packages in 6ms
Built microservice-usermanager-cli @ file:///C:/temp/uv-build-cli
Prepared 1 package in 1.88s
Installed 2 packages in 10ms
+ bcrypt==4.3.0
+ microservice-usermanager-cli==0.1.0 (from file:///C:/temp/uv-build-cli)
⏱ Call to run took 2.14s
Making sure all the scripts are relocatable...
Inserting relocatable shebangs on scripts in:
py-standalone\cpython-3.13.3-windows-x86_64-none/bin/*
Replacing remaining absolute paths...
Replacing all absolute paths in:
py-standalone\cpython-3.13.3-windows-x86_64-none/bin/* py-standalone\cpython-3.13.3-windows-x86_64-none/lib/**/*.py:
`C:\temp\uv-build-cli\py-standalone` -> `py-standalone`
Replaced 0 total occurrences in 0 files total
Compiling all python files in: py-standalone...
*** Error compiling 'C:\\temp\\uv-build-cli\\py-standalone\\cpython-3.13.3-windows-x86_64-none\\tcl\\tix8.4.3\\pref\\WmDefault.py'...
Sorry: TabError: inconsistent use of tabs and spaces in indentation (WmDefault.py, line 86)
Sanity checking if any absolute paths remain (including in binary files)...
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\collections\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\base64mime.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\charset.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\encoders.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\errors.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\feedparser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\generator.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\header.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\headerregistry.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\iterators.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\message.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\parser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\quoprimime.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\utils.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\_encoded_words.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\_header_value_parser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\_parseaddr.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\_policybase.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\email\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\encodings\\__pycache__\\aliases.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\encodings\\__pycache__\\cp1252.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\encodings\\__pycache__\\utf_8.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\encodings\\__pycache__\\utf_8_sig.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\encodings\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\http\\__pycache__\\client.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\http\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_adapters.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_collections.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_functools.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_itertools.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_meta.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\_text.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\metadata\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\abc.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\readers.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\_adapters.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\_common.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\_functional.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\_itertools.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\resources\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\__pycache__\\abc.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\__pycache__\\readers.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\__pycache__\\_abc.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\importlib\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\json\\__pycache__\\decoder.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\json\\__pycache__\\encoder.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\json\\__pycache__\\scanner.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\json\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\logging\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\pathlib\\__pycache__\\_abc.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\pathlib\\__pycache__\\_local.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\pathlib\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\re\\__pycache__\\_casefix.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\re\\__pycache__\\_compiler.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\re\\__pycache__\\_constants.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\re\\__pycache__\\_parser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\re\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\sysconfig\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\tomllib\\__pycache__\\_parser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\tomllib\\__pycache__\\_re.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\tomllib\\__pycache__\\_types.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\tomllib\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\urllib\\__pycache__\\error.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\urllib\\__pycache__\\parse.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\urllib\\__pycache__\\request.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\urllib\\__pycache__\\response.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\urllib\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\zipfile\\_path\\__pycache__\\glob.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\zipfile\\_path\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\zipfile\\__pycache__\\__init__.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\argparse.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\ast.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\base64.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\bisect.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\bz2.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\configparser.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\contextlib.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\copy.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\copyreg.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\csv.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\dataclasses.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\datetime.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\decimal.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\dis.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\enum.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\fnmatch.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\functools.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\getopt.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\gettext.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\glob.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\hashlib.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\heapq.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\inspect.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\ipaddress.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\keyword.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\linecache.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\locale.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\lzma.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\nturl2path.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\numbers.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\opcode.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\operator.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\platform.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\queue.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\quopri.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\random.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\reprlib.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\selectors.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\shlex.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\shutil.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\signal.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\socket.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\ssl.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\string.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\struct.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\subprocess.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\tarfile.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\tempfile.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\textwrap.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\threading.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\token.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\tokenize.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\traceback.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\types.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\typing.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\warnings.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\weakref.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\_colorize.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\_compression.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\_opcode_metadata.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\_weakrefset.cpython-313.pyc'
Found 1 occurrences in: 'py-standalone\\cpython-3.13.3-windows-x86_64-none\\Lib\\__pycache__\\__future__.cpython-313.pyc'
❌ Error: Found 132 matches of `C:\temp\uv-build-cli\py-standalone` in binary files (see above)
```
According to the log there seems to be an issue in the tcl->tix >WmDefault.py file, which is an external dependency and I assume should be ok ...
Is there anything I can check/change/do ?
Thanks in advance
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.