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
Installed via pip3. icite works normally however when running this as a test:
summarize_papers goatools_cites.txt -p TOP CIT CLI
I get
Traceback (most recent call last):
File "/cluster/path/to/my/directory/env/bin/summarize_papers", line 5, in <module>
from pmidcite.scripts.icite import summarize_papers
ImportError: cannot import name 'summarize_papers' from 'pmidcite.scripts.icite' (/cluster/path/to/my/directory/env/lib/pypy3.9/site-packages/pmidcite/scripts/icite.py)
The text was updated successfully, but these errors were encountered:
Installed via pip3. icite works normally however when running this as a test:
I get
The text was updated successfully, but these errors were encountered: