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
Hi there,
I was trying to set up this parser for RST but realized that the depparse package cannot be imported on my Macbook Pro.
As a result, I cannot proceed with getting familiar with the parser.
I am attaching the error log below. It would be great if you could help take a look. Thank you.
Best,
Logan
Here is the essay message (using Python 2.7.16):
Collecting depparse (from attelo->-r requirements.txt (line 2))
ERROR: Could not find a version that satisfies the requirement depparse (from attelo->-r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for depparse (from attelo->-r requirements.txt (line 2))
The text was updated successfully, but these errors were encountered:
Hi @loganpeng1992 , it seems the original github repository is gone and so is the package on PyPI.
Your best option might be to install depparse from this forked repo, which I think has the latest version : https://github.com/svisser/py-depparse
Let me know if this works for you.
Hi there,
I was trying to set up this parser for RST but realized that the depparse package cannot be imported on my Macbook Pro.
As a result, I cannot proceed with getting familiar with the parser.
I am attaching the error log below. It would be great if you could help take a look. Thank you.
Best,
Logan
Here is the essay message (using Python 2.7.16):
Collecting depparse (from attelo->-r requirements.txt (line 2))
ERROR: Could not find a version that satisfies the requirement depparse (from attelo->-r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for depparse (from attelo->-r requirements.txt (line 2))
The text was updated successfully, but these errors were encountered: