Closed CoderJoshDK closed 10 months ago
This commit fixes the issues. It will be a bit before PyPI is updated with a new version. This issue was brought up by Issue #3
Easy? Well, yes, but actually no.
tldr; I am busy and do still plan to update things
The issue is that my method of uploading to PyPI sucks. I hate it. And there are other little changes that I want to make to this package. This issue is minor and will be fixed in the next update. But it requires changes that I do not have experience in. Meaning it requires time. Time is something I am a little short on. This is a low priority. But once I have some time to experiment with the changes I want, I will do that and close this issue.
Thank you for your patience and understanding!
Currently, the API does not work for versions before python 3.9.
If you try to use an earlier version, you will get a
TypeError: 'type' object is not subscriptable
.The issue comes from wiopy/arguments.py:
list
type casting only works for python>=3.9To fix, import
List
This issue will be fixed. I (the developer) am a little busy. But I will fix this issue and update pypi