-
**Is your feature request related to a problem? Please describe.**
I have a generate_problem function, which updates certain attributes of the domain objects. It seems, that this is an interaction i…
-
Hi, I am using the example code to import PC from pyrca.graphs.casual.pc to use my domain knowledge file. However, there is an error saying a Java package 'edu' is missing:
Traceback (most recent c…
-
Now functions are quite prototypeless. They use `*args` and `**kwargs` even though C# is strongly typed.
This is not good, since IPython uses type annotations for suggestions and help.
Since sig…
-
If I install JayDeBeApi via `pip`, it may end up with an error "Python.h: No such file or directory". It happened because the system is missing `python-dev` package, and JPype can't be installed with…
-
```
import jpype
def test_coredump():
start_jvm() # write it by youself
ByteArray = jpype.JArray(jpype.JByte)
bytes = ByteArray(b"python_string")
bytes.clone() # coredump
if…
-
```
Finally I have this problem solved,and now I put my solution here.
My operation system is ubuntu 11.10,which does not installed jdk.So,at first
you should install one jdk.It is easy to install …
-
Hi!
I've been using Boilerpipe with [Bitextor](https://github.com/bitextor/bitextor), and everything has worked out fine. The problem is that when I processed a PDF file, specifically [this one](ht…
-
This might be related to https://github.com/jpype-project/jpype/issues/906
My findings are when trying to use SikuliX through JPype on macOS.
On Windows and Linux it seems to work as reported by o…
-
I am currently using jnius, and was looking into jpype for some of my machine learning usecases to see how jpype behaves in general.
(Refer: https://gist.github.com/AbdealiJK/1dd5b7677435ba22f9ab3e26…
-
Hello, I am trying to run the chexpert labeler on some reports. I'm first working out how to even get it going, so I'm using the sample_reports.csv file. Upon running label.py, the program quickly fai…