-
Notifications
You must be signed in to change notification settings - Fork 46
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
import malmo -> Segmentation fault: 11 error #49
Comments
What OS are you on? |
nvm I got it fixed with different virtual environment |
Can you describe how you fixed the problem? |
On test.pypi.org there are more versions for different OS/Python combinations of malmo built for use by the Marlo competition you could try installing from there with: (pip3 uninstall malmo; pip3 install --index-url https://test.pypi.org/simple/ malmo). |
I have met the same situation. I am using macOS 10.14.2. I have tested that my malmo module works fine, but has segmentation fault 11 when import marlo |
and I am using malmo 0.35.6 |
I faced the same issue. Is there a concrete solution to this yet? |
Same on Mojave 10.14.5 |
How about actually sharing your solution? Here it is: make sure to install the environment not with
but with a python version that you know is supported, because god knows newer ones are not. E.g.
|
According to above discussions, Looks this works for me (assume the conda env is activated):
|
I followed installation guide and
at stage:
i got
how do I fix this?
Thank you in advanced
The text was updated successfully, but these errors were encountered: