Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

installation in linux mint 18.1 Serena #351

Closed aauioo closed 6 years ago

aauioo commented 6 years ago

Hello

I would like to try Ghini as a collection manager of a garden I help to maintain. But, I am trying to install Ghini but get a notification on dependencies I do not understand. I have a system running on Linux Mint 18.1 Serena. output of the terminal looks like this:

jaap@jaap ~ $ cd ghini_install
jaap@jaap ~/ghini_install $ bash ./devinstall.sh
please solve the following dependencies:
(package names are ubuntu/debian, YMMV.)
----------------------------------------
python-virtualenv
----------------------------------------
then restart the devinstall.sh script

you are on a debian-like system, I should know how to install
python-virtualenv
[sudo] wachtwoord voor jaap:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd      
De statusinformatie wordt gelezen... Klaar
python-virtualenv is reeds de nieuwste versie (15.0.1+ds-3ubuntu1).
De volgende pakketten zijn automatisch geïnstalleerd en zijn niet langer nodig:
  breeze-icon-theme kate-data katepart kde-runtime kde-runtime-data
  kde-style-breeze kde-style-breeze-qt4 kdelibs-bin kdelibs5-data
  kdelibs5-plugins kdoctools libattica0.4 libdlrestrictions1 libfam0 libkabc4
  libkactivities6 libkatepartinterfaces4 libkcal4 libkcddb4 libkcmutils4
  libkcompactdisc4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5
  libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkf5auth-data
  libkf5auth5 libkf5codecs-data libkf5codecs5 libkf5config-data
  libkf5configcore5 libkf5configgui5 libkf5configwidgets-data
  libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5
  libkf5guiaddons5 libkf5i18n-data libkf5i18n5 libkf5iconthemes-data
  libkf5iconthemes5 libkf5itemviews-data libkf5itemviews5 libkf5style5
  libkf5widgetsaddons-data libkf5widgetsaddons5 libkf5windowsystem-data
  libkf5windowsystem5 libkfile4 libkhtml5 libkio5 libkjsapi4 libkjsembed4
  libkldap4 libkmediaplayer4 libkmime4 libknewstuff3-4 libknotifyconfig4
  libkntlm4 libkparts4 libkpimutils4 libkpty4 libkresources4 libkrosscore4
  libksane-data libksane0 libktexteditor4 libkxmlrpcclient4
  libmusicbrainz5cc2v5 libnl-route-3-200 libntrack-qt4-1 libntrack0 libphonon4
  libplasma3 libpolkit-qt-1-1 libpolkit-qt5-1-1 libqca2 libqimageblitz4
  libqjson0 libqt4-qt3support libqt5script5 libsolid4 libstreamanalyzer0v5
  libstreams0v5 libthreadweaver4 libyaz4 ntrack-module-libnl-0
  oxygen-icon-theme oxygen5-icon-theme phonon phonon-backend-gstreamer
  phonon-backend-gstreamer-common plasma-scriptengine-javascript
  python-egenix-mxdatetime python-egenix-mxtools python-pyparsing
  python-pysqlite2 python-sqlalchemy skype-bin:i386 tellico-data
  tellico-scripts
Gebruik 'sudo apt autoremove' om ze te verwijderen.
0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 50 niet opgewaardeerd.
please re-run devinstall.sh
jaap@jaap ~/ghini_install $

As far as I understand all dependencies needed are there. I have no idea how to continue from here. I get the impression it's about python-virtualenv . The other packages aren't mentioned any more if I run devinstall again. Same happened on desk and laptop.

mfrasca commented 6 years ago

Hi Jaap, thank you for reporting it here: as I wrote over private email, I'm forgetful and issues help me focus. we solved this on your own system, by installing virtualenv, while the script insists with python-virtualenv. I do not remember from what distribution I got the package name and I should check and correct.

mfrasca commented 6 years ago

after you reported mint, I've checked debian 8 & 9, ubuntu 18.04, and they all want virtualenv, but ubuntu 14.04 uses so python-virtualenv and 14.04 has not reached end-of-life, so I'm going to think about it.