Pracuję na Windows7 (32-bit) i pojawia się błąd, że podczas instalacji pakietu;krytyczny błąd podczas instalacji pakietu (podczas instalacji 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!
Nie mogę wykonać "instalacji pakietowej".
ale mój projekt jest napisany z Ruby on Rails. Czy potrzebuję Pythona? – yagmurdursun
Jeśli jedna zależność twojego projektu jest napisana w innym języku, będziesz potrzebować wsparcia dla niego, w tym przypadku jest to Python. Zwykle nie stanowi to problemu, ponieważ Python jest zainstalowany na większości smaków unixowych. –
Dziękuję Paulo Próbuję teraz;) – yagmurdursun