You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.,
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"
The text was updated successfully, but these errors were encountered: