xavierpuigf / virtualhome

API to run VirtualHome, a Multi-Agent Household Simulator
http://virtual-home.org
MIT License
405 stars 65 forks source link

adapt requirements to install with Python 3.11 on macOS #110

Closed giodegas closed 8 months ago

giodegas commented 8 months ago

On my macOS with M1 it does not install with just

pip install virtualhome

because it keeps trying to install numpy from sources and fails.

Now I am using my repo fork to install with:

pip install git+https://github.com/AAAI-DISIM-UnivAQ/virtualhome.git

which installs, but still I have problems while importing it

giodegas commented 8 months ago

I am still working on it, sorry