Kenta Murata

Results 124 comments of Kenta Murata

@kateinoigakukun Do you know what toolchain should we use if `CC=/Library/Developer/CommandLineTools/usr/bin/clang` is specified? Can we simply ignore the path?

You need to specify the path of python executable in `PYTHON` environment variable.

Please investigate your environment by the instruction described here: https://github.com/mrkn/pycall.rb#debugging-python-finder

@IpProxyNeon This PR is still under development, but the priority is very low to me.

If `ResourceManager` is a class, you must write `pyvisa.ResourceManager.new('/lib64/libiovisa.so')`. Could you try this form?

I'm also examine pillow on pry with Ruby 2.6.4, Python 3.7.4, and Pillow 6.1.0, and the problem is not reproduced as @chibash said. @jeremycochoy Could you give me the small...

That error has occurred in Python-side, so it seems not pycall.rb's issue. Please investigate your Python's settings such as environment variables.

I missed looking at the last line of the description. I'm sorry. I've tried to reproduce this with Python 3.5.9, but I couldn't install Python 3.5.9 in my macOS due...

@jmarrec Could you please explain the steps for reproducing the same problem you encountered?