-
Noticed by @thewtex.
```
$ python
Python 3.7.3 | packaged by conda-forge | (default, Mar 27 2019, 15:43:19)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copy…
-
I am trying to implement callback from java using JProxy
but while using it gives error
```
Traceback (most recent call last):
File "/home/jaiadi/TestDS/env/Test-Automation-1.0/runtime/bin/te…
-
Heya! I saw Jpype and i was testing it out today, and for my first test i am trying to use Javacord! Everything works except for using the listener, any idea on how i can use a Java listener in Python…
-
I would like to use your library to calculate Klekota-Roth and other CDK Fingerprints but I am experiencing an error.
```
/usr/local/anaconda3/envs/atlas/lib/python3.7/site-packages/PyFingerprint/…
-
I think the project is excellent. I wonder is it possible to convert it to a python version? Right now I use jpype to use this package in python. But the performance is not stable. So is it possible t…
-
```python
import imagej
ij = imagej.init(fiji_path, headless=False)
from scyjava import jimport
ArrayList = jimport('java.util.ArrayList')
arrayList = ArrayList()
print(type(arrayList)) #
pri…
-
[According to nikolaizujev on Twitter](https://twitter.com/nikolaizujev/status/1468341977724997633):
> Tested on several internal projects, noticed almost 2x slowdown compared to 6.2.5 on py3.8
…
-
When trying to publish using the nanopub library when it is installed in a non-user directory we get a `RunTimeError` with:
```
Warning: Failed to create the file
Warning: /usr/local/lib/python3.…
-
```
import jaydebeapi
conn = jaydebeapi.connect('com.teradata.jdbc.TeraDriver',
['server','user','password'],
['/Users/user/drivers/tdgssconfi…
-
Hi, this is my setup:
- Fresh installation of Ubuntu 20.04 updated.
- osprey 2.3.101 for linux python3
- Installed python3 and pip by `sudo apt install python3 python3-pip`
- Installed ospray by r…