graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

AttributeError: module 'fcntl' has no attribute 'ioctl'

Open wmefanit opened this issue 2 years ago • 1 comments

Optuna is being tried. Is there any way to solve this problem when using data storage?

Exception in thread "main" AttributeError: module 'fcntl' has no attribute 'ioctl'
	at <python> _init_alembic(Unknown)
	at <python> __init__(Unknown)
	at <python> __init__(Unknown)
	at <python> get_storage(Unknown)
	at <python> create_study(Unknown)
	at <python> converter_wrapper(Unknown)
	at <python> <module>(Unknown)
	at org.graalvm.polyglot.Context.eval(Context.java:428)

graalvm-jdk-21.0.2+13.1 graalpy-23.1.2-linux-amd64

wmefanit avatar Jan 19 '24 14:01 wmefanit

Hi @wmefanit, GraalPy currently doesn't implement ioctl. I'll add it to our to do list.

msimacek avatar Jan 22 '24 09:01 msimacek