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

Installation with pip vs. github: different versions #5

Open
vsoch opened this issue Oct 12, 2016 · 0 comments
Open

Installation with pip vs. github: different versions #5

vsoch opened this issue Oct 12, 2016 · 0 comments

Comments

@vsoch
Copy link

vsoch commented Oct 12, 2016

The version of pyConTextNLP on pip seems to be 0.6.1.1

  Downloading pyConTextNLP-0.6.1.1-py2.py3-none-any.whl (47kB): 47kB downloaded

but cloning the repo and installing manually I get 0.6.1.0:

  Using /usr/lib/python3/dist-packages
  Finished processing dependencies for pyConTextNLP==0.6.1.0

I am asking because installation from pip has a bunch of syntax errors that look like this:

  *** Error compiling '/tmp/pip-build-qllqb0oc/pyConTextNLP/pyConTextNLP/itemData_temp.py'...
    File "/tmp/pip-build-qllqb0oc/pyConTextNLP/pyConTextNLP/itemData_temp.py", line 3
     @@ -17,7 +17,7 @@
     ^
  SyntaxError: invalid syntax

What is the difference between the two, and which is correct to use for radnlp? I am using python 3 on ubuntu. Thanks for your help, and please let me know if there is something I can test to help debug.

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

1 participant