Unable to install Ludwig on Macbook pro using pip
See original GitHub issueDescribe the bug
Unable to install Ludwig on Macbook pro 2019. Error:
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.2 (from ludwig) (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.15.2 (from ludwig)
To Reproduce Steps to reproduce the behavior:
python3 -m venv /path/to/venv
source /path/venv/bin/activate
pip install ludwig
- See error
Please provide code, yaml definition file and a sample of data in order to entirely reproduce the issue. Issues that are not reproducible will be ignored.
Expected behavior Clean installation.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: macOS Catalina
- Version 10.15.3
- Python version 3.7.3
- Pip version 20.0.2 -Setuptools version 46.0.0
- Ludwig version N/A
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Unable to install Ludwig on Macbook pro using pip · Issue #658
Describe the bug Unable to install Ludwig on Macbook pro 2019. Error: ERROR: Could not find a version that satisfies the requirement ...
Read more >Installation - ludwig-ai
This will install Ludwig's basic requirements for modeling with binary, category, number, text, image, and audio features. The requirements for additional ...
Read more >Could not build wheels for _ which use PEP 517 and cannot ...
The easiest solution to deal with the error "Could not build wheels for ____ which use PEP 517 and cannot be installed directly"....
Read more >gnureadline - PyPI
#35: Workaround for clang from Xcode 5.1 and Mac OS X 10.9.2. Uses Python 3.4 readline.c ... Renamed module to gnureadline to improve...
Read more >Installing python modules fail - "limits.h" missing? - Ask Ubuntu
I am trying to install ludwig in a virtual environment and regex is one of the required packages. – mac. Feb 19, 2019...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@w4nderlust the best way for @abhiravg is using a docker container. I use
ludwig
withtensorflow-gpu
on macos without any problems. There are noCUDA
on macos, soGPU
training is not available by default@ifokeev thanks for providing an alternative solution. Anyway, I want Ludwig to be natively installed at least on Linux and Mac anyway, so I reverted back to non GPU default. The next version will use TF2 so the will not be any more problems about this.