flyrain commented on issue #2419:
URL: https://github.com/apache/polaris/issues/2419#issuecomment-3293490248
@HonahX and @MonkeyCanCode , you are right on about the openapi verison, I
was using 7.14 before. But even with #2557, the openapi can still fall back to
7.14 whenever I run `python3 generate_clients.py -v`, I still need to
explicitly set it to 7.11 via `openapi-generator-cli version-manager set
7.11.0` to make the client generation work.
Now, `python3 generate_clients.py -v` works well, but `./polaris` still
failed with the same issue
```
Package operations: 1 install, 1 update, 0 removals
- Updating virtualenv (20.32.0 -> 20.34.0)
- Installing pyiceberg (0.10.0): Failed
AttributeError
'PythonInfo' object has no attribute 'tcl_lib'
at
~/tmp/3/polaris/polaris-venv/lib/python3.13/site-packages/virtualenv/activation/via_template.py:50
in replacements
46│ "__VIRTUAL_ENV__": str(creator.dest),
47│ "__VIRTUAL_NAME__": creator.env_name,
48│ "__BIN_NAME__":
str(creator.bin_dir.relative_to(creator.dest)),
49│ "__PATH_SEP__": os.pathsep,
→ 50│ "__TCL_LIBRARY__": creator.interpreter.tcl_lib or "",
51│ "__TK_LIBRARY__": creator.interpreter.tk_lib or "",
52│ }
53│
54│ def _generate(self, replacements, templates, to_folder,
creator):
Cannot install pyiceberg.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]