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/05/01 04:39:46 UTC

[GitHub] [iceberg] samredai opened a new pull request, #4676: Specify pip>=21.1 in tox dependencies

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

   Since we recently removed `setup.py` and only include a `pyproject.toml` and `setup.cfg` file, pip versions less than 21.1 no longer work due to hitting this error:
   ```
   ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /Users/sam/iceberg/python
   (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
   WARNING: You are using pip version 21.0; however, version 22.0.4 is available.
   You should consider upgrading via the '/Users/sam/iceberg/python/.tox/py37/bin/python -m pip install --upgrade pip' command.
   ```
   Some bugfixes for installing in editable mode were introduced in [pip 21.1](https://pip.pypa.io/en/stable/news/#v21-1) and depending on how you setup your virtual environment, you can end up with an older version.
   
   This PR sets `pip>=21.1` in the `deps` section of the `tox.ini` file.


-- 
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] rdblue merged pull request #4676: Specify pip>=21.1 in tox dependencies

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


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