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

./parsevect #23

Open
m1geo opened this issue Feb 6, 2017 · 1 comment
Open

./parsevect #23

m1geo opened this issue Feb 6, 2017 · 1 comment

Comments

@m1geo
Copy link

m1geo commented Feb 6, 2017

When running Makefile:

./parsevect dumpvect*.vect
/bin/sh: 1: ./parsevect: not found
Makefile:47: recipe for target 'all' failed

Needed to chmod +x parsevect

Hope that helps.

@vk6flab
Copy link

vk6flab commented Oct 1, 2020

This appears to be a missing dependency on Python 2, rather than a missing executable bit. The version needs to be v2.7 according to parsevect.

The shebang for parsevect is:

#!/usr/bin/python2

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

2 participants