-
Notifications
You must be signed in to change notification settings - Fork 11
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
python3 setup.py install error #10
Comments
Hi Dinesh! Thanks for your report. The supported installation of this application is via Docker. Check the README for the steps to install: https://github.com/redislabs-training/redis-sitesearch#installing If you don't want to (or can't) use Docker, then you'll need to read through the different Dockerfiles to discover all the commands necessary to install each part (the "worker," web API, etc.). Here's the worker's Dockerfile: https://github.com/redislabs-training/redis-sitesearch/blob/master/docker/app/Dockerfile The specific error you reported is usually related to missing the development headers for Python, something that a command like |
Hi Abrookins, I tried this time docker one. When I ran the command
Please help me... |
Hi,
I am on Oracle Linux 8.4. I git git clone your repo and run the setup.py as
python3 setup.py install
and getting below issue:Please help me what need to do.
The text was updated successfully, but these errors were encountered: