Unable to install ludwig
See original GitHub issueDescribe the bug Unable to install ludwig by command “pip3 install ludwig”
To Reproduce Steps to reproduce the behavior:
- Go to ‘Termial’
- Clone Plato library of Uber ‘git clone https://github.com/uber-research/plato-research-dialogue-system.git’
- Install pyaudio ‘sudo apt-get install python3-pyaudio’
- Go inside folder ‘plato-research-dialogue-system’
- 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:
- Created 4 years ago
- Comments:11 (3 by maintainers)
Top 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 >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
try
pip install ludwig==0.1.2
@harshitazilen I solved it doing
sudo apt-get install python3.6-dev
After that, I was able to install httptools.