Trabajo en Windows7 (32 bits) y me da error que, mientras se instala el paquete;error fatal durante la instalación del paquete (durante la instalación de libv8)
Installing libv8 (3.3.10.4) with native extensions Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks!
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:533:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
C:/Ruby192/bin/ruby.exe extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby192/bin/ruby
Checking for Python... Unable to build libv8: Python not found!
Así que no se puede completar "paquete de instalación".
pero mi proyecto está escrita con el rubí en los carriles. ¿Necesito Python? – yagmurdursun
Si una dependencia de su proyecto está escrita en otro idioma, necesitará soporte, en este caso es Python. Esto normalmente no es un problema ya que Python está instalado en la mayoría de los sabores de Unix. –
Gracias Paulo Lo estoy intentando ahora;) – yagmurdursun