question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install Ludwig on Macbook pro using pip

See original GitHub issue

Describe 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:

  1. python3 -m venv /path/to/venv
  2. source /path/venv/bin/activate
  3. pip install ludwig
  4. 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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ifokeevcommented, Mar 20, 2020

@w4nderlust the best way for @abhiravg is using a docker container. I use ludwig with tensorflow-gpu on macos without any problems. There are no CUDA on macos, so GPU training is not available by default

0reactions
w4nderlustcommented, Mar 20, 2020

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

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found