We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transforms/Other
pip install data-prep-toolkit-transforms-ray==0.2.3 fails on RH Linux
Follow Getting Started instructions in top level README ...
conda create -n data-prep-kit -y python=3.11 conda activate data-prep-kit conda install gcc_linux-64 conda install gxx_linux-64 pip3 install 'data-prep-toolkit[ray]==0.2.3' pip3 install 'data-prep-toolkit-transforms[all]==0.2.3'
Fix is to restrict the version of gcc & g++
conda install 'gcc_linux-64<12' conda install 'gxx_linux-64<12'
The fix suggested in #550 and described in examples/notebooks/rag/setup-python-dev-env.md requires sudo access.
Red Hat Enterprise Linux (RHEL)
3.11.x
The text was updated successfully, but these errors were encountered:
This may be a duplicate of #873
Sorry, something went wrong.
shahrokhDaijavad
No branches or pull requests
Search before asking
Component
Transforms/Other
What happened + What you expected to happen
pip install data-prep-toolkit-transforms-ray==0.2.3 fails on RH Linux
Reproduction script
Follow Getting Started instructions in top level README ...
Anything else
Fix is to restrict the version of gcc & g++
The fix suggested in #550 and described in examples/notebooks/rag/setup-python-dev-env.md requires sudo access.
OS
Red Hat Enterprise Linux (RHEL)
Python
3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: