HonahX commented on issue #2293:
URL: https://github.com/apache/polaris/issues/2293#issuecomment-3165548454
I also hit this locally in a newly cloned repo, changing the last line in
the script to
```
exec poetry -C "${dir}/client/python" run polaris "$@"
```
Fix the issue on my end. I think the issue is that poetry will install the
package to a different virtual env managed by poetry so we need to use `poetry
run` instead.
We can also consider doing `pip install -e ." in the polaris script.
I can help file a PR to quick fix that
--
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]