Closed AbhimanyuAryan closed 4 years ago
I have installed s4tf on windows.
Sample Code:
import TensorFlow import Python var x = Tensor<Float>([[1,2], [3,4]]) print(x + x)
I'm trying to include python libraries but I get this error:
λ swiftc -sdk %SDKROOT% -I %SDKROOT%\usr\lib\swift -L %SDKROOT%\usr\lib\swift\windows -emit-executable test.swift -o test.exe test.swift:2:8: error: no such module 'Python' import Python ^
Please use import PythonKit. We recently moved to PythonKit from the Python module.
I have installed s4tf on windows.
Sample Code:
I'm trying to include python libraries but I get this error: