-
All'avvio di un progetto viene ritornato il seguente errore (che sulle verisoni precedenti non si verifica):
Traceback (most recent call last):
File "eddy\core\application.py", line 350, in doCr…
-
ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/p…
-
I have to "reopen" the issue with the JVM shutdown again.
Partly to document an underlying problem which might help someone else with debugging, partly to enforce the importance to fix the current so…
-
Hi, thanks for the package. It helps a lot for my project.
I met a problem in my project and unbale to find reason anywhere.
I was trying to call main function of the `abc.jar`, so I have to pass…
-
I saw it in the comment section of def load() in Client.py that we are able to add model features intended for Java. Is there an example of how we can implement java code in here? For example, is ther…
-
I'm trying to find a way to expose the protected fields and methods of a Java class to python. I would be able to do this easily in java with reflection but I am looking to make it work in python as i…
-
**Bug summary**
The matplotlib docs clearly state that it is not thread-safe (this is nice clear messaging :+1:). I wanted to give an example of just how bad it can get if you are unlucky (or tryin…
-
Below is a copy of the error I obtained when trying to follow the provided BivariateTE example.
from idtxl.bivariate_te import BivariateTE
from idtxl.data import Data
data = Data()
data.generate…
-
**Describe the bug**
Example font-calibri-pyreportjasper does not work for me. I tried it from the same page where the example is published and on my local PC and it shows the same error.
**To Rep…
-
This may be similar to https://github.com/chaquo/chaquopy/issues/78:
I have added
`install "duckling"`
to the pip section in build.gradle. It appears that duckling requires jpype1…