We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Pystk throws a segmentation fault when calling pystk.init(config)
pystk.init(config)
To Reproduce
Python 3.9.9 (main, Apr 16 2022, 15:43:56) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pystk >>> >>> >>> config = pystk.GraphicsConfig.hd() >>> config.screen_width = 800 >>> config.screen_height = 600 >>> pystk.init(config) Segmentation fault
System information: Verified occur on two systems: First without dedicated graphics:
Second with dedicated graphics:
Additional context pystk was installed with pip. Another issue opened earlier: #33
The text was updated successfully, but these errors were encountered:
I had this same issue and running the following command fixed it.
apt-get install -y libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb ffmpeg curl patchelf libglfw3 libglfw3-dev cmake zlib1g zlib1g-dev swig
I was following the gym installation steps from this page and I am not sure why it fixed it or which package was needed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Pystk throws a segmentation fault when calling
pystk.init(config)
To Reproduce
System information:
Verified occur on two systems:
First without dedicated graphics:
Second with dedicated graphics:
Additional context
pystk was installed with pip.
Another issue opened earlier: #33
The text was updated successfully, but these errors were encountered: