-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
aijack cannot pip install #165
Comments
@N0Carrot san Thank you for your report. Could you share the detailed information about your environment? If you use ubuntu, try the following commands: apt install -y libboost-all-dev
pip install -U pip
pip install "pybind11[global]"
pip install aijack |
also getting this errror on a mac |
I am also getting the same error running pip in wsl
|
I reinstalled g++ and it fixed this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building wheels for collected packages: aijack
Building wheel for aijack (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for aijack (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [358 lines of output]
ERROR: Failed building wheel for aijack
Failed to build aijack
ERROR: Could not build wheels for aijack, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: