Fix installation process
See original GitHub issueThis issue is to collect some fix need to make in the installation script.
The target is to make the installation work on Raspbian Stretch (9) and Ubuntu 18.04, and make the process simpler.
Some core idea:
- Try to install the dependency software from the OS repository (via
apt
) and from Python PyPI (viapip3
) first. Only install from source (make
) if the previous method fails.
ISSUES To be solved:
- SWIG should be installed from Debian repository.
- libatlas-dev doesn’t exist. Install libatlas-base-dev instead.
- Tizonia default installation script only installs Python 2 packages (from https://dl.bintray.com/tizonia/raspbian), not Py3. Doesn’t have a fix yet!
- The final step in install.sh doesn’t prompt the user to use python3 config_generator.py however, the new format is ‘python3 config_generator.py stt tts hotword wake’
- The 99-com.rules file is of Raspbian. We must not write our rule to it. Write to new file, so that when we uninstall the app, we just delete our file.
- Some Python packages, like snowboy, has to be installed from Git source, just because the version published to PyPI is too old.
- Try to install the dependency software from the OS repository (via
apt
) and from Python PyPI (viapip3
) first. Only install from source (make
) if the previous method fails.
Issue Analytics
- State:
- Created 5 years ago
- Comments:24 (24 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
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 >Fix Another Installation is in Progress Error on Windows
Press Ctrl + Shift + Esc on your keyboard to open Task Manager. · Navigate to the Processes tab and locate Windows Installer....
Read more >[Solved] | Windows Could Not Complete The Installation
Method 1: Continue installation using Automatic Repair. When your Windows installation process is stopped by the “could not complete” error, one ...
Read more >How to Fix 'Windows Could Not Complete the Installation' Error
To install Windows on this computer, restart the installation'. ... Fix 1. Automatic Repair. If click OK does not help resume the system ......
Read more >How to Fix Software Installation Error in Windows 10,8 1,7 ...
Fix software and app installation error in windows pcClick here for more ...
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
@prateekiiest No, I’m not working on it.
Ahh I see. My bad