-
I summarize the message-ix installation on macOS Big Sur version 11.4 based on (to a large extend overlapping) comments by Francesco and Oliver.
```
Francesco in #480:
conda config --prepend channe…
-
I just built a Conda package with code that was supposed to be for Python 3. But it wasn't. There were errors in the build process, but Conda soldiered on, and at the end gave me a package that even…
-
I install NegBio by cloning the repo and try running ` main_chexpert text --output=examples examples/00000086.txt examples/00019248.txt` which downloads a .jar file from `http://search.maven.org/remot…
-
I'm probably doing something wrong, please forgive me. I decided to try this instruction:
`conda env create -n py5coding -f http://py5.ixora.io/install/py5_environment.yml`
Then I tried running…
-
**Describe the bug**
其他功能OK,但是加载依存句法的时候出错了
**Code to reproduce the issue**
报错内容
dependency_info = HanLP.parseDependency(sentence)
jpype._jclass.ExceptionInInitializerError: None
```python
…
-
Don't know if this is a JPype issue, or one for HSQLDB (2.6.0). I'm a bit new to JPype, so I hope this isn't a triviality I missed in the docs.
This isn't about shutting down the JVM.
I needed a…
kysko updated
3 years ago
-
I am extensively using jpype in my program and this problem has occurred on multiple occasions at different code blocks. Sometimes it would run fine and give an output instantaneously. But sometimes i…
-
Python always hangs when it reads the parquet file from hdfs twice after sending ctrl+c.
To reproduce,
```java
import pyarrow.parquet as pq
pq.read_table('hdfs://localhost:9000/path/to/parquet'…
-
I'll start with a disclaimer that I only began using jpype yesterday and don't know much about Java either. So it might be very obvious.
After some struggle, I was able to import my desired class u…
-
Hi,
I will try to be simple in explaining my issue. I am using CentOS 7, I have installed NetLogo 5.3.1 (older version is a requirement of the end-user) and PyNetLogo 0.4.2 under Python 3.7.9. All 64…