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

Removed manual step in installation of requirements #52

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

JulienBacquart
Copy link
Contributor

Manual install breaks automatic processes like Docker build, so it's better if we can automate it.

I'm still looking for a solution to make Windows dependencies optional, so they would not be installed in a linux env.

Manual install break automatic processes like Docker build,
so it's better if we can automate it.
I'm still looking for a solution to make Windows dependencies optionnals.
The pywin32 would break installation on a Linux as pip could not
find a suitable build, as the only binaries available are for win32.
So I made it made optional for others platforms.

I also made pyinstaller optional, does it make sense to include it in
other platforms ?
Is it used in another way that when building the .exe files ?
If yes, feel free to revert the change.
@JulienBacquart
Copy link
Contributor Author

JulienBacquart commented Apr 19, 2024

The pywin32 would break installation on a Linux as pip could not find a suitable build, as the only binaries available are for win32.
So I made it made optional for others platforms.

I also made pyinstaller optional, does it make sense to include it in other platforms ?
Is it used in another way that when building the .exe files ?
If yes, feel free to revert the change.

Copy link
Owner

@filak filak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@filak filak merged commit 01c4a98 into filak:master Apr 19, 2024
3 checks passed
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