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

fixes install_dirs not defined error in setup.py #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcchuks
Copy link

@jcchuks jcchuks commented Oct 25, 2018

change notes:

distutils.sysconfig.get_python_lib returns path as string
update assert statement to check if "install_dir" is valid string
replace "install_dirs" with "install_dir" in print statement

        notes:distutils.sysconfig.get_python_lib returns path as string
        update assert statement to check if "install_dir" is valid string
	replace "install_dirs" with "install_dir" in print statement
@eric-yyjau
Copy link

eric-yyjau commented Jul 21, 2020

Upvote. Still get similar error because of install_dirs, but can be fixed by changing the name manually.

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

Successfully merging this pull request may close these issues.

None yet

2 participants