You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/30 15:40:50 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5674: Python: Install PyYaml

Fokko opened a new pull request, #5674:
URL: https://github.com/apache/iceberg/pull/5674

   Currently it is missing:
   
   ```
   root@88de3a02961f:/# pip install "git+https://github.com/apache/iceberg.git#subdirectory=python[pyarrow]"^C
   root@88de3a02961f:/# pyiceberg
   Traceback (most recent call last):
     File "/usr/local/bin/pyiceberg", line 5, in <module>
       from pyiceberg.cli.console import run
     File "/usr/local/lib/python3.9/site-packages/pyiceberg/cli/console.py", line 30, in <module>
       from pyiceberg.catalog import Catalog, load_catalog
     File "/usr/local/lib/python3.9/site-packages/pyiceberg/catalog/__init__.py", line 37, in <module>
       from pyiceberg.utils.config import Config, merge_config
     File "/usr/local/lib/python3.9/site-packages/pyiceberg/utils/config.py", line 21, in <module>
       import yaml
   ModuleNotFoundError: No module named 'yaml'
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #5674: Python: Install PyYaml

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #5674:
URL: https://github.com/apache/iceberg/pull/5674


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org