cryptape / teth

Testing and deployment framework for Ethereum smart contracts.
MIT License
36 stars 2 forks source link

Cannot install teth #1

Open makoto opened 8 years ago

makoto commented 8 years ago

Sorry, my google foo is quite limited in Shanghai so just copy&pasting what I got.

21:26:10-makoto~/src/teth (master)$ bundle install teth
Ignoring pg-0.16.0 because its extensions are not built.  Try: gem pristine pg-0.16.0
Ignoring pg-0.14.0 because its extensions are not built.  Try: gem pristine pg-0.14.0
Ignoring puma-2.9.0 because its extensions are not built.  Try: gem pristine puma-2.9.0
Ignoring puma-2.8.2 because its extensions are not built.  Try: gem pristine puma-2.8.2
Ignoring raindrops-0.13.0 because its extensions are not built.  Try: gem pristine raindrops-0.13.0
Ignoring raindrops-0.10.0 because its extensions are not built.  Try: gem pristine raindrops-0.10.0
ERROR: "bundle install" was called with arguments ["teth"]
Usage: "bundle install [OPTIONS]"
21:26:13-makoto~/src/teth (master)$ bundle install
Ignoring pg-0.16.0 because its extensions are not built.  Try: gem pristine pg-0.16.0
Ignoring pg-0.14.0 because its extensions are not built.  Try: gem pristine pg-0.14.0
Ignoring puma-2.9.0 because its extensions are not built.  Try: gem pristine puma-2.9.0
Ignoring puma-2.8.2 because its extensions are not built.  Try: gem pristine puma-2.8.2
Ignoring raindrops-0.13.0 because its extensions are not built.  Try: gem pristine raindrops-0.13.0
Ignoring raindrops-0.10.0 because its extensions are not built.  Try: gem pristine raindrops-0.10.0
Ignoring sqlite3-1.3.9 because its extensions are not built.  Try: gem pristine sqlite3-1.3.9
Ignoring sqlite3-1.3.8 because its extensions are not built.  Try: gem pristine sqlite3-1.3.8
Ignoring therubyracer-0.12.1 because its extensions are not built.  Try: gem pristine therubyracer-0.12.1
Ignoring unicorn-4.8.3 because its extensions are not built.  Try: gem pristine unicorn-4.8.3
Ignoring unicorn-4.3.1 because its extensions are not built.  Try: gem pristine unicorn-4.3.1
Ignoring websocket-driver-0.3.4 because its extensions are not built.  Try: gem pristine websocket-driver-0.3.4
Ignoring websocket-driver-0.3.3 because its extensions are not built.  Try: gem pristine websocket-driver-0.3.3
Ignoring pg-0.16.0 because its extensions are not built.  Try: gem pristine pg-0.16.0
Ignoring pg-0.14.0 because its extensions are not built.  Try: gem pristine pg-0.14.0
Ignoring puma-2.9.0 because its extensions are not built.  Try: gem pristine puma-2.9.0
Ignoring puma-2.8.2 because its extensions are not built.  Try: gem pristine puma-2.8.2
Ignoring raindrops-0.13.0 because its extensions are not built.  Try: gem pristine raindrops-0.13.0
Ignoring raindrops-0.10.0 because its extensions are not built.  Try: gem pristine raindrops-0.10.0
Ignoring sqlite3-1.3.9 because its extensions are not built.  Try: gem pristine sqlite3-1.3.9
Ignoring sqlite3-1.3.8 because its extensions are not built.  Try: gem pristine sqlite3-1.3.8
Ignoring therubyracer-0.12.1 because its extensions are not built.  Try: gem pristine therubyracer-0.12.1
Ignoring unicorn-4.8.3 because its extensions are not built.  Try: gem pristine unicorn-4.8.3
Ignoring unicorn-4.3.1 because its extensions are not built.  Try: gem pristine unicorn-4.3.1
Ignoring websocket-driver-0.3.4 because its extensions are not built.  Try: gem pristine websocket-driver-0.3.4
Ignoring websocket-driver-0.3.3 because its extensions are not built.  Try: gem pristine websocket-driver-0.3.3
Resolving dependencies...
Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile:
source 'https://rubygems.org'
Could not find bitcoin-secp256k1-0.4.0 in any of the sources
u2 commented 8 years ago

I guess maybe it's the problem of the network.

source 'https://rubygems.org'
Could not find bitcoin-secp256k1-0.4.0 in any of the sources

try this:

$ gem install bitcoin-secp256k1 
Successfully installed bitcoin-secp256k1-0.4.0
Parsing documentation for bitcoin-secp256k1-0.4.0
Done installing documentation for bitcoin-secp256k1 after 0 seconds
1 gem installed
janx commented 8 years ago

Also make sure you have dependencies installed for that gem: https://github.com/cryptape/ruby-bitcoin-secp256k1