You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
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?
andreh7, pavelkomarov, donnydongchen, danvargg and FlorianGoron