Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Deprecation warning #2101

Closed
jzstoller opened this issue Nov 11, 2022 · 2 comments
Closed

Mac Deprecation warning #2101

jzstoller opened this issue Nov 11, 2022 · 2 comments
Milestone

Comments

@jzstoller
Copy link

The mac installation instructions still work well but throw a deprecation warning on this step:
pip3 install "shapely<2" --no-binary shapely

The warning is:
DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at pypa/pip#11453

@dopplershift
Copy link
Contributor

Hopefully #2083 will land well before that deprecation becomes a problem and we won't care about how Shapely is installed any more.

@greglucas
Copy link
Contributor

We have just released v0.22 which should help with the compatibility between packages and installation much easier. Please open a new issue if you are still having problems.

@QuLogic QuLogic added this to the 0.22 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants