Open ottoscav opened 5 years ago
http://127.0.0.1:8000/en/ 1.8.6 CompilerError /var/lib/gems/2.5.0/gems/sass-3.4.22/lib/sass/util.rb:1109: warning: constant ::Fixnum is deprecated /usr/local/lib/python2.7/dist-packages/pipeline/compilers/init.py in execute_command, line 102 /usr/bin/python 2.7.15 ['/root/pol/frontend', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages'] Wed, 18 Sep 2019 19:59:30 +0000
Replace Fixnum to Integer in util.rb file. It works with me.
Fixnum is deprecated. https://blog.bigbinary.com/2016/11/18/ruby-2-4-unifies-fixnum-and-bignum-into-integer.html
http://127.0.0.1:8000/en/ 1.8.6 CompilerError /var/lib/gems/2.5.0/gems/sass-3.4.22/lib/sass/util.rb:1109: warning: constant ::Fixnum is deprecated /usr/local/lib/python2.7/dist-packages/pipeline/compilers/init.py in execute_command, line 102 /usr/bin/python 2.7.15 ['/root/pol/frontend', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages'] Wed, 18 Sep 2019 19:59:30 +0000