-
Notifications
You must be signed in to change notification settings - Fork 51
pip package is broken #6
Comments
Oops! I haven't been maintaining this project actively for a long time now and I think the last time I did work here on the repo I did not deploy the version bump on PyPi. I will make a point of redeploying to PyPi this week. |
Great, thank you for your time! |
---> 56 self.freerects = SortedListWithKey(iterable=None, key=lambda x: x.area, load=1000) TypeError: new() got an unexpected keyword argument 'load' In [3]: This error is still happening. I installed this package today via pip version 21. |
I'm facing the same issue. |
How to reproduce:
pip install greedypacker
Using the source code from this repo I encountered no such errors and all tests ran successfully. As such, fixing this should be as simple as to update the pypi package.
The text was updated successfully, but these errors were encountered: