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

NameError: global name 'install_dirs' is not defined #5

Closed
kanishkaganguly opened this issue Feb 12, 2018 · 6 comments
Closed

NameError: global name 'install_dirs' is not defined #5

kanishkaganguly opened this issue Feb 12, 2018 · 6 comments

Comments

@kanishkaganguly
Copy link

When doing python setup.py install the script has referred to install_dirs instead of install_dir.
A quick fix in the script is necessary.

@Richard-Owen-3DI
Copy link

Hello,

I am keen to learn what solution was found for this, as I am encountering the same problem.

Regards

@plasticuproject
Copy link

Look at the pull requests, they have the fix, or clone from my fork.

@varun19299
Copy link

No the issue still exists. Could you send a pull request of the same?

I've manually corrected mine.

@Richard-Owen-3DI
Copy link

Richard-Owen-3DI commented Oct 30, 2018 via email

@shubh2348
Copy link

NameError: global name 'saring_id_group0' is not defined how to fix it ? Plz help

@kanishkegb
Copy link

For anyone coming across this issue, as mention by @plasticuproject, simply renaming all install_dirs instances to install_dir in setup.py and running the command python setup.py install should work.

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

6 participants