pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 566 forks source link

runtime error #19

Closed jeheel closed 6 years ago

jeheel commented 6 years ago

Hello, I successfully compiled the source code on Ubuntu 18.04, but got an error message. Am I missing something?

Traceback (most recent call last): File "df_console.py", line 12, in from rlpytorch import Evaluator, load_env File "/home/jehee/ELF/src_py/rlpytorch/init.py", line 8, in from .model_loader import ModelLoader, load_env File "/home/jehee/ELF/src_py/rlpytorch/model_loader.py", line 13, in from elf.options import import_options, PyOptionSpec File "/home/jehee/ELF/src_py/elf/init.py", line 8, in from _elf import * ImportError: dynamic module does not define module export function (PyInit__elf)

Narsil commented 6 years ago

I had the same problem https://github.com/pytorch/ELF/issues/14

could that help ?