-
Notifications
You must be signed in to change notification settings - Fork 41
Installation with pip vs. github: different versions #5
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels