Skip to content

zlib not found after install with --features ssl #5157

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

Closed
artificerchris opened this issue Feb 7, 2024 · 1 comment
Closed

zlib not found after install with --features ssl #5157

artificerchris opened this issue Feb 7, 2024 · 1 comment
Labels
C-bug Something isn't working

Comments

@artificerchris
Copy link

Summary

Really excited to see this project and start testing it, but I found an issue with trying to follow the directions to get the ssl version enabled with pip installed, the install runs fine and says everything completed, but when running the install-pip command, I get an error about being unable to find libz.1.dylib

I'm running on macOS 14.2.1

Expected

The rustpython --install-pip command completes successfully.

Actual

dyld[97911]: Library not loaded: libz.1.dylib
  Referenced from: <CDB543DA-940A-3651-BEB5-FABA8624EC5C> /Users/username/.cargo/bin/rustpython
  Reason: tried: 'libz.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibz.1.dylib' (no such file), 'libz.1.dylib' (no such file), '/Users/username/Projects/project/libz.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/username/Projects/project/libz.1.dylib' (no such file), '/Users/username/Projects/project/libz.1.dylib' (no such file)
[1]    97911 abort      rustpython --install-pip

Python Documentation

N/A

@artificerchris artificerchris added the C-bug Something isn't working label Feb 7, 2024
@youknowone
Copy link
Member

This is more like a shared library problem than a bug.
I have n oidea what was the exact cause for your case, but #5562 fixed this permanently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants