Thonny fails to install TensorFlow

1,426 views
Skip to first unread message

Tony Huang

unread,
Jun 23, 2018, 1:28:44 AM6/23/18
to thonny
Hi, 

I tried to install TensorFlow on Thonny but failed for the following cause :

"Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow"

TensorFlow requires 64-bit Python 3.5; however, the BundledPython in Thonny is 32-bit 3.6.4. Are there any solutions to this issue? 

Best regards,

Tony Huang,

(from Taiwan)

Aivar Annamaa

unread,
Jun 23, 2018, 1:33:27 AM6/23/18
to thonny
You could install 64-bit Python separately and then tell Thonny to use this for running your programs (Tools => Options => Interpreter).

In this case you need to install TensorFlow from the command line (Tools => Options => Open system shell => pip install tensorflow)

best regards,
Aivar

Scott Webster

unread,
Jun 23, 2018, 8:57:58 AM6/23/18
to thonny
Actually, that would be Tools => Open system shell => pip install tensorflow  ( just looked at it on my system).
Reply all
Reply to author
Forward
0 new messages