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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to