Skip to content
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

[Bug] The build of fasttext==0.9.2 requires GCC v11 #932

Open
1 of 2 tasks
burn2l opened this issue Jan 9, 2025 · 1 comment
Open
1 of 2 tasks

[Bug] The build of fasttext==0.9.2 requires GCC v11 #932

burn2l opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@burn2l
Copy link

burn2l commented Jan 9, 2025

Search before asking

  • I searched the issues and found no similar issues.

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 ...

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'

Anything else

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.

OS

Red Hat Enterprise Linux (RHEL)

Python

3.11.x

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@burn2l burn2l added the bug Something isn't working label Jan 9, 2025
@shahrokhDaijavad shahrokhDaijavad self-assigned this Jan 9, 2025
@daw3rd
Copy link
Member

daw3rd commented Jan 9, 2025

This may be a duplicate of #873

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants