thingspeak icon indicating copy to clipboard operation
thingspeak copied to clipboard

Can't install due to tzinfo error

Open FarmerKJS opened this issue 7 years ago • 1 comments

I am trying to install Thingspeak on a pc running Ubuntu 14.04. Everytime I try I get this error: Fetching tzinfo-data 1.2013.8 Downloading tzinfo-data-1.2013.8 revealed dependencies not in the API or the lockfile (tzinfo (>= 1.0.0)).

Either installing with --full-index or running bundle update tzinfo-data should fix the problem.

In Gemfile: tzinfo-data

I tried to do the bundle update like it says to but then it just brings up the same error again. Any help is appreciated!

FarmerKJS avatar Nov 21 '17 03:11 FarmerKJS

What worked for me, and I also read on another site: go into the Gemfile.lock search for tzinfo-data change the version from 1.2013.8 to 1.2017.3 or whichever version is the newest

You can look the newest version up here

After this run "bundle install" again

TheNogl avatar Jan 06 '18 13:01 TheNogl