RE: [Python Tips] Caching data with CacheTools

avatar

You are viewing a single comment's thread:

it says python 3.6 so I would go
pip3 install -U cachetools
On a mac python comes with 2.7 for pip so this kind of little thing would always throw me off! lol thanks!!



0
0
0.000
1 comments
avatar
(Edited)

You should be using 3.7.4 for security reasons and some features only work in 3.7.x, and most installations use 2.7 still unless you specifically upgrade it.

0
0
0.000