You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this package, very useful. I'm having trouble installing it, there doesn't seem to be a PIP package in the rep, and pip install via github fails, is there another installer I should use?
pip install git+git://github.com/yuvadm/viewstate.git
Collecting git+git://github.com/yuvadm/viewstate.git
Cloning git://github.com/yuvadm/viewstate.git to /private/var/folders/xs/wmmjbz4s6mdgcqynwn46qtmr0000gn/T/pip-8t1_p1hd-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/xs/wmmjbz4s6mdgcqynwn46qtmr0000gn/T/pip-8t1_p1hd-build/setup.py", line 3, in <module>
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
NameError: name 'path' is not defined
The text was updated successfully, but these errors were encountered:
@justinwiley This package is a work in progress 😃 However, I've just tagged and released an initial v0.1.0 and you can now install it from PyPi as well. Note that there still are some flaws in the parsing that I am still powering through. If you have any sample data you'd like me to test and support feel free to add your base64 encoded samples to the unit tests and open a PR so I can get good test coverage.
Thanks for this package, very useful. I'm having trouble installing it, there doesn't seem to be a PIP package in the rep, and pip install via github fails, is there another installer I should use?
The text was updated successfully, but these errors were encountered: