-
Notifications
You must be signed in to change notification settings - Fork 110
Legacy CMake issue #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
Comments
Could you share how you resolved this issue? I'm facing the same issue currently and haven't found a solution yet. |
Mostly following the comment in OP:
Alternatively, you can install directly from the Edit: Formatted the text because I was previously replying from a phone. |
HI @puerile22 / @realratchet -- I will need to ask around, but I don't know if a change to an EOL version (see EOL policy) will be possible. Could you try the following work-around:
Out of curiosity, what are the reasons holding you back from upgrading to the 4.x version of the SDK? |
Poetry does not respect project level build settings when installing packages and pip is not applicable. New SDK is not compatible with this legacy project we're attempting to deprecate. As I've said we've solved it on our end but the way it's configured right now makes the wheel unbuildable for anyone else that still depends on it too. |
Hello,
We are currently using the legacy client version 3.2.7 in some of our legacy projects. Following the release of CMake 4.0.0 on March 28th, we encountered an issue where couchbase==3.2.7 is no longer buildable due to the weak CMake requirement and unfortunately python build tools ignore top level build tool requirements.
I understand this may be a bit of a long shot, but would it be possible to consider cherry-picking this fix from this commit and releasing a 3.2.8 version?
While we've managed to resolve this issue internally, we believe this fix could be helpful for others who may still be facing the same issue.
I attempted to create a pull request, but it seems that GitHub doesn't allow pull requests from forks into non-base branches.
Thank you for your time and consideration!
The text was updated successfully, but these errors were encountered: