Installation error
See original GitHub issueHi,
I am trying to install the latest Bootleg via
git clone git@github.com:HazyResearch/bootleg bootleg
cd bootleg
python3 setup.py install
After that, when I run the annotation-on-the-fly-example, it failed due to missing many packages, e.g., urllib3, idna, charset_normalizer, etc.
Could you please help to check the current installation guide?
Thanks a lot.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >How to Fix Microsoft Windows 10 Installation Error Codes
This document covers the list of Windows 10 installation error codes with its corresponding Cause and Resolution. Learn how to Fix!
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >Fix problems installing Chrome
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors Make...
Read more >What do I do if I receive an installation error code that isn't ...
Install logs will show exactly what the installer was trying to do and where it went wrong. When reaching out to support for...
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 Free
Top 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
Thanks! I just pushed a small change to setup.py on the master branch that fixed it for me. Let me know if you still have issues but try to pull and reinstall.
Hi @lorr1, thanks. The aws link in the readme file works. I used the link pointed in the annotation-on-the-fly which may be outdated.