GithubHelp home page GithubHelp logo

Comments (6)

Remakh avatar Remakh commented on July 19, 2024 1

Hi I belive I solved it. There is a type in the installation file that is used for this install https://raw.githubusercontent.com/OpenSatKit/OpenSatKit/vendor/install.sh.

Line 16 of this file:

if [ ! -n "${!OPEN_SAT_KIT_PATH}" ]; then

Should instead be:

if [ ! -n "${OPEN_SAT_KIT_PATH}" ]; then

I copied the installation file into a text file and saved it into a bash script called install.sh. After that I ran it after changing the line and it is working fine.

from opensatkit.

rajitkhanna avatar rajitkhanna commented on July 19, 2024

I have the same issue except my response looks like this:

===============================================================================
INSTALLATION WILL TAKE TIME AND INCLUDES PROMPTS!
===============================================================================

/dev/fd/63: line 16: OPEN_SAT_KIT_PATH: invalid indirect expansion

from opensatkit.

dmccomas avatar dmccomas commented on July 19, 2024

from opensatkit.

dmccomas avatar dmccomas commented on July 19, 2024

There are additonal issues. COSMOS is not currently compatible with Ubuntu 20.04. See COSMOS issues 1169 and 1171 for details. COSMOS 5.0 is in a beta test release and it's making an architectural departure from previous COSMOS versions.

It would be desirable to have OSK work with COSMOS 4.x on Ubuntu 20.04. Thanks to Jim Johansen for the following fix:
sudo add-apt-respository ppa:rock-core/qt4
sudo apt-get update
sudo apt-get install libqtcore4
bundle install

Updating OSK to work with COSMOS 5.x when its ready is a separate issue...

from opensatkit.

dmccomas avatar dmccomas commented on July 19, 2024

Ubuntu 20.04 LTS is now supported starting with OSK v2.9!. COSMOS 4.* became incompatible with Ubuntu 20.04. See COSMOS issues 1169 and 1171 for details. OSK's installation script was updated in v2.9 to overcome these issues by installing a libqt4 Personal Package Archive (PPA) repo rock-core. Note this PPA has not been formally validated.

from opensatkit.

mdicicco avatar mdicicco commented on July 19, 2024

Has anyone tried this recently? I was unable to get the install script to succeed. The bundle install was trying to install cosmos 5.0.5, the latest version on rubygems.org. I was able to add a '4.5.2' specifier to the Gemfile which does get cosmos 4 and attempts to install qtbindings, but that seems to have a build error on the latest 20.04.

from opensatkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.