Skip to content

Possible Python 3.6 bug #18

@jonathf

Description

@jonathf

First and foremost, thank you for an awesome tool.

I have hydra installed using pip install hydra in virtualenv for both Python 3.5 and Python 3.6. It works great on the former, but I am having some trouble on the latter.

[jonathfe:~/onco/binding] [.py36] jf_py353(1)* ± .py3/bin/python3.5 -c "import hydra"
[jonathfe:~/onco/binding] [.py36] jf_py353(1)* ± .py36/bin/python3.6 -c "import hydra"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/jonathfe/onco/binding/.py36/lib/python3.6/site-packages/hydra.py", line 1, in <module>
    import _hydra
ImportError: /home/jonathfe/onco/binding/.py36/lib/python3.6/site-packages/_hydra.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf

Any ideas as to what is going on here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions