Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you consider add some prompts for install dependencies in README #1173

Open
hilanzy opened this issue Jan 26, 2024 · 2 comments
Open

Comments

@hilanzy
Copy link

hilanzy commented Jan 26, 2024

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 cmake 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.

@elliottower
Copy link
Member

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.

@hilanzy
Copy link
Author

hilanzy commented Jan 31, 2024

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 cmake swig and zlib1g-dev, whether there are other dependencies that are not pre-installed, I'm not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants