Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

skopt Import Error #223

@MechCoder

Description

@MechCoder

I am unable to import skopt from anywhere else except the base directory. For example, if I try importing skopt from the examples/ directory, I just get

/usr/local/lib/python3.4/dist-packages/scikit_optimize-0.1-py3.4.egg/skopt/__init__.py in <module>()
     58 """
     59 
---> 60 from . import acquisition
     61 from . import benchmarks
     62 from . import callbacks

ImportError: cannot import name 'acquisition'

Is anyone able to reproduce?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions