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.

Fix installation process

See original GitHub issue

This 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 (via pip3) 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 (via pip3) first. Only install from source (make) if the previous method fails.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:24 (24 by maintainers)

github_iconTop GitHub Comments

1reaction
hongquancommented, Jul 5, 2018

@prateekiiest No, I’m not working on it.

0reactions
woshikiecommented, Jul 10, 2018

Ahh I see. My bad

Read more comments on GitHub >

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

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