petern48 opened a new issue, #1964: URL: https://github.com/apache/iceberg-python/issues/1964
### Apache Iceberg version None ### Please describe the bug 🐞 Currently, the docs ask the developer to activate the environment and then run `make install`, which should run both `install-poetry` and `install-dependencies`. ``` Make sure you're using an up-to-date environment from venv pip install --upgrade virtualenv pip python -m venv ./venv source ./venv/bin/activate To get started, you can run make install, which installs Poetry and all the dependencies of the Iceberg library. This also installs the development dependencies. ``` However, installing poetry is done at the `--user` level, so I got the following error. ``` ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. ``` The fix is to run `make-install` with the environment turned off first. ### Willingness to contribute - [x] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org