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

Successfully build wheels #477

Merged

Conversation

zymergen-luke
Copy link
Contributor

@zymergen-luke zymergen-luke commented Feb 14, 2022

See #190

This fixes an issue where the install_scripts directory is not created
during the install process (due to the package not containing any
install scripts), but it does rely on the install_directories to
manually install binaries. Fix the manual binary copying logic to check
for the existence of the install_scripts directory and create it if
necessary

python setup.py bdist_wheel should work after this. Additionally, pip
installing the package (even if no wheel exists) will succeed at
generating the wheel dynamically.

This fixes an issue where the install scripts directory is not created
during the install process (due to the package not containing any
install scripts), but it does rely on the install_directories to
manually install binaries. Fix the manual binary copying logic to check
for the existence of the install_scripts directory and create it if
necessary

python setup.py bdist_wheel should work after this. Additionally, pip
installing the package (even if no wheel exists) will succeed at
generating the wheel dynamically.
@mikolmogorov mikolmogorov merged commit 232aeec into mikolmogorov:flye Apr 25, 2022
@mikolmogorov
Copy link
Owner

Thanks, merged! Sorry for the late response.

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.

2 participants