nekitdev/gd.py

AttributeError: module 'gd.memory' has no attribute 'get_memory'

Closed this issue · 5 comments

Did you figure this out?

Did you figure this out?

No

Code from documentation https://gdpy.readthedocs.io/en/latest/memory.html.

So he ended up recently making a change but accidentally placed a comma at the last module, messing up that entire portion.
image
For now, you'll just have to install specifically the last version that worked properly, which you can do by uninstalling the current version of gd.py and then using
pip install git+https://github.com/nekitdev/gd.py.git@b1c954ba69ba6156e9f4ddc2833befdfdf433d85

Thanks

Code from documentation https://gdpy.readthedocs.io/en/latest/memory.html.

So he ended up recently making a change but accidentally placed a comma at the last module, messing up that entire portion. image For now, you'll just have to install specifically the last version that worked properly, which you can do by uninstalling the current version of gd.py and then using pip install git+https://github.com/nekitdev/gd.py.git@b1c954ba69ba6156e9f4ddc2833befdfdf433d85

I tried this but I still get the error
image