hyperspace icon indicating copy to clipboard operation
hyperspace copied to clipboard

ImportError: cannot import name 'robodrive'

Open yimjinkyu1 opened this issue 4 years ago • 3 comments

When I run python ~~~/benchmarks/rastigrin/benchmark.py

I met bellow error

ImportError: cannot import name 'robodrive'

yimjinkyu1 avatar Mar 29 '20 10:03 yimjinkyu1

Hey @yimjinkyu1 , I apologize for the delay. Looks like some of the benchmarks broke with recent changes. I am opening up a new branch to take care of this.

yngtodd avatar Jun 23 '20 18:06 yngtodd

I remember now having commented out the references to robobayes in the library's __init__ due to the RoBo dependency install being tricky to handle.

If the functionality from RoBo is not necessary, I propose deprecating this and removing that dependency.

yngtodd avatar Jun 23 '20 19:06 yngtodd

#30 removes this dependency. I am open to going for another solution, but, if this dependency is not used, it would be simpler to remove it.

yngtodd avatar Jun 23 '20 20:06 yngtodd