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

setup.py typo #9

Open
apyrros opened this issue Apr 25, 2018 · 0 comments
Open

setup.py typo #9

apyrros opened this issue Apr 25, 2018 · 0 comments

Comments

@apyrros
Copy link

apyrros commented Apr 25, 2018

version = {}
with open(path.join("pyConTextnLP","version.py")) as f0:
exec(f0.read(), version)
print(version)
here = path.abspath(path.dirname(file))

path should be pyConTextNLP
Install works, but unable to get modules to import

Traceback (most recent call last):
File "", line 1, in
File "/pyConTextNLP/pyConTextNLP/pyConText.py", line 25, in
from .ConTextMarkup import ConTextMarkup
ModuleNotFoundError: No module named 'pyConTextNLP.ConTextMarkup'

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