Skip to content

[Build] ImportError: dlopen on macOS #714

Answered by methane
yanivkrol asked this question in Build issue
Discussion options

You must be logged in to vote

If you are using old cache:

$ .venv/bin/pip install mysqlclient
Collecting mysqlclient
  Using cached mysqlclient-2.2.4-cp312-cp312-macosx_11_0_arm64.whl
Installing collected packages: mysqlclient
Successfully installed mysqlclient-2.2.4

After removing pip cache remove mysqlclient:

$ .venv/bin/pip install mysqlclient
Collecting mysqlclient
  Using cached mysqlclient-2.2.4.tar.gz (90 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: mysqlclient
  Building wheel for mysqlclient (pyproject.toml) ... done
  Created wheel f…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@yanivkrol
Comment options

@methane
Comment options

@methane
Comment options

Answer selected by yanivkrol
@yanivkrol
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants