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

nlpp v4.0.0.0 python version check fails #13

Open
wmkouw opened this issue Mar 14, 2018 · 0 comments
Open

nlpp v4.0.0.0 python version check fails #13

wmkouw opened this issue Mar 14, 2018 · 0 comments

Comments

@wmkouw
Copy link
Contributor

wmkouw commented Mar 14, 2018

Goal: construct NewsReader pipeline through nlpp

Input: bash ubuntu_install calls Makefile in nuweb, which calls generated script env/bin/make_infrastructure. This file checks for correct versions of languages, including python3.6.

Problem: It claims I don't have python3.6 installed on my system.

make_infrastructure Wed Mar 14 16:08:25 UTC 2018: Python
 
Please install Python version 3.6
Makefile:115: recipe for target 'install' failed
make: *** [install] Error 4

But I do have python3.6 installed; python3 --version returns:

Python 3.6.4

If I insert echo ($python3 --version) and call make_infrastructure directly, it tells me that python3 does not exist:

make_infrastructure Wed Mar 14 16:17:01 UTC 2018: Python
 
./env/bin/make_infrastructure: line 185: python3: command not found
@wmkouw wmkouw changed the title nlpp v4.0.0.0 python3.6 check fails even if python3.6 is installed on system nlpp v4.0.0.0 python version check fails Mar 28, 2018
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