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
So I'm suspecting the problem is the use of --upgrade on a pre-1.1.0 installation of Hikaru. A fresh install seems to work just fine, but if I upgrade 1.0.1 to the recent install the import breaks as you describe above. I suspect it has to do with the change of the 'model' subpackage as it has become a namespace package and the machinery for that has changed. I still need to investigate it more deeply to see why this isn't working properly and it may involve some dark incantations on the setup.py to set things appropriately. In the meantime it would be good to know if doing a full install instead fixes your issue, as I had no problems on a Mac with a fresh install. Can you give that a go?
Hi @haxsaw,
I'm having some trouble importing the latest version of hikaru. I've tested on python3.9 and python3.11, both on an M1 Mac.
On python3.11:
On python3.9:
Any ideas?
The text was updated successfully, but these errors were encountered: