Bit

Results 14 comments of Bit

So for ubuntu too, I guess

Yes, what is the problem? I am a beginner to `build`.

It returns ```yaml Successfully built Abinde-1.9.6.tar.gz and Abinde-1.9.6-py3-none-any.whl ``` but doesn't build.

This is where it gets weird: I run `ls` and the files exist, but I can't see them in my file manager and it uploaded a really old version as...

[desvasicek:patch-1](https://github.com/tukaan/tukaan/pull/96)

Do you have the newest version of `pygame`? You can update it with `pip install -U pygame`.

I think it might have to do with this line in `requirements.txt`: `` pygame~=2.1 ``

Try uninstalling pygame and using `pip install pygame==2.0.0`.

I wonder why it would want `2.0.0.dev10`? There is multiple problems with that: 1. `2.0.0.dev10` is not an actual release (https://pypi.org/project/pygame/#history) 2. If it was a release it would be...