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

See original GitHub issue

Describe the bug Unable to install ludwig by command “pip3 install ludwig”

To Reproduce Steps to reproduce the behavior:

  1. Go to ‘Termial’
  2. Clone Plato library of Uber ‘git clone https://github.com/uber-research/plato-research-dialogue-system.git
  3. Install pyaudio ‘sudo apt-get install python3-pyaudio’
  4. Go inside folder ‘plato-research-dialogue-system’
  5. install requirements using “pip3 install -r requirements.txt”

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 It should complete installation

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: Ubuntu
  • Version 16.04
  • Python 3.6.7
  • Ludwig (latest)

Additional context I face below error for fast api

  Could not find a version that satisfies the requirement fastapi (from ludwig->-r requirements.txt (line 3)) (from versions: )
No matching distribution found for fastapi (from ludwig->-r requirements.txt (line 3))

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Chee-Foongcommented, Sep 16, 2019

try

pip install ludwig==0.1.2

1reaction
vaopasocommented, Aug 8, 2019

@harshitazilen I solved it doing sudo apt-get install python3.6-dev After that, I was able to install httptools.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install ludwig · Issue #473 - GitHub
Describe the bug Unable to install ludwig by command "pip3 install ludwig" To Reproduce Steps to reproduce the behavior: Go to 'Termial' ...
Read more >
Has anyone encountered the same Error while installing ...
I'm getting the below error while installing ludwig on colab. Tried a few things but not able to resolve this.
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 >
Sentence examples for are unable to install from ... - Ludwig.guru
If you are unable to install new software, try Mozilla Firefox, Portable Edition. 3.
Read more >
Install-ADServiceaccount does not work with Security-Groups
Install -ADServiceAccount gmsa_test. i got the following message: Install-ADServiceAccount : Cannot install service account.
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