leonidmakarovsky commented on issue #1177:
URL: 
https://github.com/apache/iceberg-python/issues/1177#issuecomment-2363935098

   Hi Kevin,
   
   Sorry for the late reply.
   
   So do I go to
   ~/opt/anaconda3/envs/py311/lib/python3.11/site-packages/pyiceberg and type:
   
   ~/opt/anaconda3/envs/py311/bin/pip3 install -e .
   Because it gives me an error
   
   ImportError: cannot import name 'GenericAlias' from partially initialized
   module 'types' (most likely due to a circular import)
   
(/Users/leonid.makarovsky/opt/anaconda3/envs/py311/lib/python3.11/site-packages/pyiceberg/types.py)
   
   
   Is there anyway to just pip install a specific version for testing? like
   pip install pyiceberg==0.7.1fixtemp? Thanks.
   
   --Leonid
   
   On Tue, Sep 17, 2024 at 4:38 PM Kevin Liu ***@***.***> wrote:
   
   > You can test out the main branch by downloading the repo and installing
   > the library in edit mode.
   >
   > Run this command in your iceberg-python repo directory:
   >
   > pip install -e .
   >
   > you can switch back to the official version by
   >
   > pip install pyiceberg --force
   >
   > —
   > Reply to this email directly, view it on GitHub
   > 
<https://github.com/apache/iceberg-python/issues/1177#issuecomment-2356876742>,
   > or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/AWUYS3EDDODCDD5LF3OCKIDZXCHL7AVCNFSM6AAAAABOIO636KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJWHA3TMNZUGI>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   
   -- 
   Please note that Lukka does *not* accept cryptographic material such as 
   keys or other sensitive information via e-mail. The content of this e-mail 
   is confidential and intended only for the use of the specified recipient. 
   If you are not the intended recipient, any review, dissemination, 
   distribution or copying of this e-mail is strictly prohibited. If you have 
   received this e-mail in error, please notify us immediately by reply and 
   immediately delete this message and any attachments. The integrity and 
   security of this e-mail cannot be guaranteed over the internet, please do 
   not reply with confidential information.
   


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