Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"NameError: name 'path' is not defined" when installing #1

Closed
justinwiley opened this issue Feb 23, 2018 · 2 comments
Closed

"NameError: name 'path' is not defined" when installing #1

justinwiley opened this issue Feb 23, 2018 · 2 comments

Comments

@justinwiley
Copy link

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

@yuvadm
Copy link
Owner

yuvadm commented Feb 26, 2018

@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.

@yuvadm
Copy link
Owner

yuvadm commented Feb 28, 2018

v0.2.1 released with even more fixes, this issue should be outdated by now. Please reopen a new issue for any further bugs.

@yuvadm yuvadm closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants