Specific install python package with PIP
If in the past u use package==2.1.1, then the time goes on package go up to 2.2.0 that blow your environment out. Kirit and some docs told me that we should >>> pip install 'package>=2.1,!=2.2.0' as logic said, we won't get package 2.2.0 , surely :)