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

some windows specific packages throw errors in the requirements file #21

Open
aa14k opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@aa14k
Copy link

aa14k commented Nov 1, 2024

Just want to point out that the following dependencies in the requirements file: pywinpty, pywin32, tensorflow-intel throw errors on Ubuntu machines since these are windows/intel specific. Consider setting a flag or something here, i.e.,

pywinpty==2.0.11; platform_system=="Windows"
pywin32==306; platform_system=="Windows"

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

1 participant