Open jackkolb opened 2 months ago
I encountered this issue too. It seems that the versions specified for some of the packages in the requirements.txt file are of older versions. They require the package setuptools
to be installed, but at some point setuptools was updated in a manner that doesn't allow for the installation of these old packages.
What worked for me was finding which packages could not be installed using the old setuptools
package and install the latest one.
In my case, opencv-python was causing problems but the rest of the packages were fine.
Hope this helps!
Try changing python version to 3.10
Hi! I am unable to install VirtualHome on Ubuntu 20.04.
VirtualHome version: 2.3.0 Python 3.12.0
Steps to reproduce:
$ pip install virtualhome
or
Output (using a conda environment called sam2):
I tried to resolve this by reinstalling setuptools, reinstalling six, using a new conda environment, and downgrading setuptools. I have not have issues with installing other pip packages.
Is this an issue with VirtualHome? The alternative method of just downloading the codebase and treating it as a submodule appears to work.
Thanks!