sqlite3 installation via ruby gems fails
(1) By anonymous on 2022-10-13 16:43:48 [source]
command: sudo gem install sqlite3
error:
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Forbidden 403 (https://api.rubygems.org/quick/Marshal.4.8/sqlite3-1.5.3-x64-unknown.gemspec.rz)
environment: Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-163-generic x86_64)
(2) By Richard Hipp (drh) on 2022-10-13 16:50:41 in reply to 1 [link] [source]
You need to take this problem up with Ruby. It seems to have nothing to do with SQLite.
(3) By Stephan Beal (stephan) on 2022-10-13 16:52:49 in reply to 1 [link] [source]
bad response Forbidden 403 (https://api.rubygems.org/quick/Marshal.4.8/sqlite3-1.5.3-x64-unknown.gemspec.rz)
That's a 3rd-party project unrelated to this one. You'll need to get in touch with the ruby gem folks.