gsartoretti / PRIMAL

PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning -- Distributed RL/IL code for Multi-Agent Path Finding (MAPF)
MIT License
294 stars 78 forks source link

"ImportError: cannot import name 'cpp_mstar'" after python setup.py build_ext --inplace #5

Closed cloud-tifa closed 4 years ago

cloud-tifa commented 4 years ago

Dear Dr. Sartoretti:

I am a student from ECNU, and I'm really interested in your work: multi-agent path finding. But I encountered some problem about the setup. After running the command python3 setup.py build_ext --inplace, I got the error saying "ImportError: cannot import name 'cpp_mstar'". Then I checked the od_mstar3 folder and found that indeed had no cpp_mstar.py. I am confused and trying to look for your suggestions. Would you know how to solve this problem?

I am looking forward to your response.

Thanks & regards image image

sayan1999 commented 3 years ago

How did you resolve it?

Strawberry47 commented 2 years ago

Did you solve this problem?

Mealoore commented 1 year ago

you can use "from od_mstart3 import cpp_mstar"

wzwb commented 11 months ago

you can use "from od_mstart3 import cpp_mstar"

Thank you for your help!

meo0306 commented 7 months ago

did you solve the problem?