You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Farama-Foundation team, recently I use pettingzoo in my project, but found some thing make me confused when I use pip install pettingzoo[all] to install it, pettingzoo has not gave any description about the dependencies like cmakeswigzlib. And I need fix the dependent error one by one when pettingzoo raise the build error. Could you consider add some prompts for install dependencies in README? I think it will be very useful for the newcomer.
The text was updated successfully, but these errors were encountered:
We could add a note for required Linux libraries like that, can you give me a list of which ones in particular you did not have?
Our GitHub Actions scripts use the latest version of Ubuntu and only have to install a couple of packages for Linux: python3-opengl and xvfb which is for simulating a screen when you don’t have one (for rendering not to give issues).
My guess is ubuntu comes pre packaged with some of the things you mention.
We could add a note for required Linux libraries like that, can you give me a list of which ones in particular you did not have?
Our GitHub Actions scripts use the latest version of Ubuntu and only have to install a couple of packages for Linux: python3-opengl and xvfb which is for simulating a screen when you don’t have one (for rendering not to give issues).
My guess is ubuntu comes pre packaged with some of the things you mention.
I use ubuntu 22.04.3LTS desktop , it's seem not pre packaged cmakeswig and zlib1g-dev, whether there are other dependencies that are not pre-installed, I'm not sure.
Hi, Farama-Foundation team, recently I use pettingzoo in my project, but found some thing make me confused when I use
pip install pettingzoo[all]
to install it, pettingzoo has not gave any description about the dependencies likecmake
swig
zlib
. And I need fix the dependent error one by one when pettingzoo raise the build error. Could you consider add some prompts for install dependencies in README? I think it will be very useful for the newcomer.The text was updated successfully, but these errors were encountered: