-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot install wasabi2d on a Mac, despite Python 3.8.10 #77
Comments
Do you have the newest version of |
I just tried again, to be sure. Inside my Python 3.8.10 environment, I did a I then tried |
When I try this in my environment:
... it tells me the following, which sounds to me like it explicitly wants
|
I think it might have to do with this line in
|
Try uninstalling pygame and using |
Sadly, this does not work.
I fundamentally don't get this package stuff. As you say, |
I wonder why it would want
|
I have no idea! Here's a complete shell output from an attempt with
|
According to the |
When I download
Might that be the issue? I'm not sure what it looks like in the wheel file, but I'll try to unpack it (haven't done that before). |
I upacked the wheel file from the same Pypy page, and I see the following line in the file
I'm not a pip or wheel expert by any means, but that looks troublesome to me. |
Ok, to me it looks like the wheel file which I was finally able to install Wasabi2d by doing the following:
With this procedure I was able to install Wasabi and run a basic example from the docs with Python 3.8.10. But I have no idea whether something will break down the road due to a newer version of pygame or mapbox-earcut I have now installed. Specifically, my versions are, according to It would be great if the package maintainer could update the wheel. I'm surprised that it seems to work for other people with the dependency versions that are specified. Please let me know whether I should open a new issue for that. |
Yeah, you should probably open a new issue for that, and assign one of the owners of this repository to it. |
Unfortunately, when playing around with Wasabi just a bit, I encountered crashes in really basic functions, such as drawing text. Presumably that's due to my "fix", using too recent versions of other libraries. Or nobody else has ever tried Wasabi on a Mac. While I'm still fascinated by Wasabi's co-routine approach to game programming, I don't have the time to work out all the fixes I will likely need to really use it. |
I'm not able to pip install wasabi2d. I'm on a Mac, working with Pipenv.
Following a comment on issue #74 , I created an environment with Python 3.8.10 and verified that I have installed exactly this version, but that does not work either.
As far as I understand the output, the required pygame version 2.0.0.dev10 is not available, but I'm really not an expert in Python packaging.
In the many lines of output, the following ones look relevant:
Has anyone succeeded in running wasabi2d on a Mac?
The text was updated successfully, but these errors were encountered: