-
Notifications
You must be signed in to change notification settings - Fork 658
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
Error with python-rocksdb while trying to build #1822
Comments
Hi, even I am getting this error when building indy-node in the dev-container. I tried building the node both in Windows (using WSL), and Ubuntu 16.04, 20.04 LTS, and I am getting the same error. The python-rocksdb package is throwing this error. I even tried building rocksdb from the source, but still faced the same issue. |
@Maxino22, @smqik, I've tried this on Windows, and it's working for me. I selected the "Rebuild Container Without Cache" option and the devcontainer builds and launches fine. I did need to update the Would either of you be able to provide me with a complete build log? |
Ok, I see. The issue is with the post install when it's installing and processing the |
hello yes that was the issue and is related with python-rocksdb ? |
I tried building the node again after updating devcontainer.json. Still getting the same error. |
I think I found the issue. It seems to be an update to I'm testing out this change to the
to
|
Ok, That is working for me. I'll add that to the PR. This is just a workaround as the |
The PR has been updated with the workaround. |
nice I tried with the Cython version provided it works |
Upgrade to Cython to v3 causes failure of python3 rocksdb to fail. See this issue: hyperledger/indy-node#1822 I tried to install this in the requirements.txt but it does not work (it needs to run before the rocksdb wheel is built)
Hello trying to setup indy-node first time I followed steps cloned and tried to use .DevContainer however I'm getting errors with at the end python-rocks db setup is not building and crushes everything. even running pip install python-rocksdb
Kindly assist
The text was updated successfully, but these errors were encountered: