vikashplus / robohive

A unified framework for robot learning
https://sites.google.com/view/robohive
Apache License 2.0
489 stars 82 forks source link

Update import_utils.py #122

Closed Vittorio-Caggiano closed 7 months ago

Vittorio-Caggiano commented 9 months ago

add an explicit call to importlib.util to make it compatible with macos

Vittorio-Caggiano commented 9 months ago

fyi, I use an M1 / MacAir

vikashplus commented 9 months ago

Unlikely that hardware specs should matter, right?

Vittorio-Caggiano commented 9 months ago

not sure.. but it seems to be also an issue in python 3.11

vikashplus commented 8 months ago

This is likely because of the python version. I'm using 3.8. @Vittorio-Caggiano -- what are you using?

Vittorio-Caggiano commented 8 months ago

tested with python 3.9 and 3.10

vikashplus commented 7 months ago

Accepted the suggestion and added it in dev branch