CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Latest release does not work when newest qtcreator is not installed #178

Closed andreavs closed 7 years ago

andreavs commented 7 years ago

Andreass-MacBook-Pro:MacOS andreasvavangsolbra$ ./Neuronify Neuronify version "v1.2.4-0-gd0676f2" started at 1498210544317 Verifying existense of QUrl("file:///Users/andreasvavangsolbra/Library/Preferences/Ovilab/Neuronify/savedata") Verifying existense of QUrl("file:///Users/andreasvavangsolbra/Library/Application Support/Ovilab/Neuronify/community") QQmlApplicationEngine failed to load component qrc:///qml/main.qml:5 module "QtQuick.Controls" version 2.1 is not installed

andeplane commented 7 years ago

With the latest release, we only use QtQuick.Controls 2.0 so this should be resolved now.

I have testet the newest files from https://github.com/CINPLA/neuronify/releases/tag/v1.2.5 which both worked (both installer pkg and dmg). Can you verify @andreavs ?