-
Notifications
You must be signed in to change notification settings - Fork 61
Can stackless python support the tensorflow? #172
Comments
@Marsxia First of all, please make sure, that you can install and use tensorflow with regular C-Python 3.6. I just failed to do so on my Windows laptop using 64bit C-Python 3.6.4.
My CPU lacks AVX instructions, which might be the cause of this failure. Once you are able to install and use tensorflow with regular C-Python repeat the same installation using Stackless Python. If it fails, please provide detailed information about your setup (OS, installed software, CPU type, python version, output of |
Just another data point: I just tried tensorflow 1.5 on my old Win7 laptop using v3.6.4-slp (64bit). It works, if I pin protobuf to version 3.5.1. Probably Stackless triggers protobuf bug 2974. |
i have installed the stackless python 3.6 and pip install tensorflow==1.10, but when i "import tensorflow" is error
The text was updated successfully, but these errors were encountered: