digitalmethodsinitiative / dmi-tcat

Digital Methods Initiative - Twitter Capture and Analysis Toolset
Apache License 2.0
367 stars 114 forks source link

Installation problem in Ubuntu 15.10 #264

Closed Acelerado closed 7 years ago

Acelerado commented 7 years ago

Hi! I'm hoping to use DMI-TCAT for a research project with my students this semester but we have been stuck dealing with an installation problem. We would really appreciate if someone can help us. This is the error we get during installation (it's a translation from Spanish so it might vary):

W: Failed to fetch http://ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.

tcat-install-linux.sh: command failed: install aborted

dentoir commented 7 years ago

Hi @Acelerado

This is a warning/error from the Ubuntu package application. Are you able to install any other new packages on the machine (using apt-get install, i.e.: apt-get install vim). It may be your machine references some none-existing repositories and the install script aborts.

Cheers,

Emile

Acelerado commented 7 years ago

Hi Emile, and many thanks for answering. I can install other packages indeed. Would you suggest another way we may try? best, Carlos

dentoir commented 7 years ago

Hi @Acelerado ,

Could you change the first line of the installer script into the following?

#!/bin/bash -x

This should help debugging the installation. Every command will be echod back to the terminal. Please send us the full log (excluding any passwords obviously) and we may be able to figure out what is going wrong.

Acelerado commented 7 years ago

Many thanks for your help @dentoir !! It worked out with Debian.

cheers, C