Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-06 Thread via GitHub
kevinjqliu commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2704466782 I think there are a couple of different issues here. 1. `Error: Task timed out after 3.00 seconds` this seems to be related to lambda configuration. see https://stacko

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2702031811 Hi @Fokko . This message is seen when I am importing pyiceberg in my AWS Lambda. I created a pyiceberg layer for Lambda to access the pakage. Below is the error messag

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
Fokko commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2702023660 Hey @bhargav-bayer9 Can you share the full stack trace? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2701601502 I am sorry to extend this. and have very less time to build my module. Any idea why I am getting this error when I use pyiceberg in my Lambda function ' No module name

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
kevinjqliu commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2701436273 great! closing this issue :) -- 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

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
kevinjqliu closed issue #1763: unable to install pyicerberg URL: https://github.com/apache/iceberg-python/issues/1763 -- 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 unsubsc

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2701392349 Yeah, I reached out to my networks team and they resolved the issue. Now I am able to install the package using proxy -- This is an automated message from the Apache

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-05 Thread via GitHub
kevinjqliu commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2701353499 hey @bhargav-bayer9 this seems like an issue with the python/pip setup and not related to pyiceberg. Specifically, > Failed to establish a new connection: [Errno 11

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699749664 Thank you @CincyBC for the above. I downloaded the .tar.gaz file and tried installing, but no luck (iceberg_env) \pyiceberg_install>py -m pip install "\Download

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
CincyBC commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699695295 @bhargav-bayer9 Your stack trace says you're having trouble reaching Pypi. Check out this [StackOverflow](https://stackoverflow.com/questions/49192842/error-to-install-packag

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699505801 Dear @Fokko , tried installing in python 3.9 and I am still getting the same error. below [are](url) the command prompt logs. C:\Users\user>cd \pyiceberg_install

[I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
bhargav-bayer9 opened a new issue, #1763: URL: https://github.com/apache/iceberg-python/issues/1763 ### Apache Iceberg version 0.8.0 ### Please describe the bug 🐞 I am trying to install pyiceberg using pip. pip install pyiceberg. But I get the error 'ERROR: Could not fin

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699058797 Hey @Fokko . Thanks for the quick reply. Yeah, pip version is 24.x. Then which version of python suits better? I can see from PyPi python version >=3.9 is supported. C

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
bhargav-bayer9 commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699095895 sure @Fokko . Let me try that and get back to you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
Fokko commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699072219 @bhargav-bayer9 Can you try anything between 3.9 and 3.11? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] unable to install pyicerberg [iceberg-python]

2025-03-04 Thread via GitHub
Fokko commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699010785 Hey @bhargav-bayer9 Officially, we don't yet support 3.12, and we also don't publish any wheels for it. This means that it will try to compile it from the source. I assume the