richardrl / rlkit-relational

Codebase for ICRA 2020 paper "Towards Practical Multi-object Manipulation using Relational Reinforcement Learning"
MIT License
97 stars 10 forks source link

pip install -r requirements.txt #17

Open rojas70 opened 3 years ago

rojas70 commented 3 years ago

When running pip install -r requirements.txt I see 3 errors is output:

ERROR: git+git@github.com:richardrl/doodad-2019-fresh.git@93bf5ff595d10f36b1a72419b434858b94489302#egg=doodad is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

ERROR: Could not find a version that satisfies the requirement opencv-python==4.0.0.21 (from versions: 3.4.8.29, 3.4.9.31, 3.4.9.33, 3.4.10.35, 3.4.10.37, 3.4.11.39, 3.4.11.41, 3.4.11.43, 3.4.11.45, 3.4.13.47, 4.1.2.30, 4.2.0.32, 4.2.0.34, 4.3.0.36, 4.3.0.38, 4.4.0.40, 4.4.0.42, 4.4.0.44, 4.4.0.46, 4.5.1.48)

Similar as above for pygame


Fix: git repos can be re-writted as:

-e git+git://github.com/szagoruyko/pytorchviz.git@46add7f2c071b6d29fc3d56e9d2d21e1c0a3af1d#egg=torchviz -e git+git://github.com/richardrl/doodad-2019-fresh.git@93bf5ff595d10f36b1a72419b434858b94489302#egg=doodad