kevinjqliu commented on issue #1964:
URL: 
https://github.com/apache/iceberg-python/issues/1964#issuecomment-2848891806

   Thanks for improving the docs! I think the issue here is the use of 
`virtualenv`. The project uses `poetry` to manage python environment. 
   So we should install `poetry` first and let poetry handle installing all the 
other dependencies. 
   
   This is why `make install` runs both `make install-poetry` and `make 
install-dependencies`
   
https://github.com/apache/iceberg-python/blob/34c89494c39916b9b1aa7e6da2c24c34c4d7f058/Makefile#L40
   
   `install-poetry` installs poetry in at the user level. 
   and `install-dependencies` runs `poetry install --all-extras`
   
   I added some comments to the PR as well :) 


-- 
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

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

Reply via email to