naitoh / py2rb

A code translator using AST from Python to Ruby.
MIT License
135 stars 17 forks source link

Test [FAIL] #5

Open joel opened 4 years ago

joel commented 4 years ago

Hi there, I was giving a try, but I was a bit unfortunate.

I use rbenv and pyenv

python --version
Python 3.6.10
ruby --version
ruby 2.5.4p155 (2019-03-13 revision 67245) [x86_64-darwin18]

I tried several different version of python and ruby but still failing

./run_tests.py 
Looking for "ruby", "py2rb/builtins/module.rb", "py2rb/builtins/require.rb" [3]:
..                                                               [OK]
tests/test_builtins.rb [1]: .                                    [OK]
tests/algorithms/sqrt.py [4]: .                                [FAIL]
tests/algorithms/triangulation.py [4]: .                       [FAIL]
tests/basic/assert.py [4]: .                                   [FAIL]
tests/basic/assign.py [4]: .                                   [FAIL]
tests/basic/assign_slice.py [4]: .                             [FAIL]
tests/basic/augassign.py [4]: .                                [FAIL]
tests/basic/augassign2.py [4]: .                               [FAIL]
tests/basic/binaryops.py [4]: .                                [FAIL]

Any help would be appreciated

rickyimagine commented 4 years ago

Same here :(

rickyimagine commented 4 years ago

Same here :(

  • ruby 2.6.5
  • python 3.5.5

I didn't have numpy and pyyaml 🤦 works great!