Closed geofbaum closed 4 years ago
Sorry for getting to this so late, I will look into this.
Having the exact same issues and error messages running on the Ubuntu WSL Windows 10, python 3.6.5. I'll try running it through Windows python environment to see if I hit the same issues.
Is this still an issue? I commented out the __slots__
line a while back, but forgot to post here. I have been slacking on my maintenance of this package :(
Haven't heard a response on this, so we'll assume this has been resolved. Feel free to re-open if needed.
Installed this today to play around with it, however I've gotten two errors now one of which I was able to bypass and this one:
ValueError: 'fields' in __slots__ conflicts with class variable
I do not know if the first one that I attempted to fix caused this one but my first issue was that I was getting a Module not found error for the shp_helper module as it was being called from open_restapi. I was able to make it find the shp_help file by changing the import statement in open_restapi to
from restapi import shp_helper
but that has lead me to this new error.I'm just testing it through a jupyter notebook, and I'm running it on a Win10 64bit system. Python version is 3.6.3. Here is the full error info from the notebook output.
Please let me know if I can provide any more information.