python3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python3 [2018/10/06 08:00] – [Debian based distros] dblume | python3 [2023/04/14 20:37] (current) – dblume | ||
---|---|---|---|
Line 103: | Line 103: | ||
===== Modules ===== | ===== Modules ===== | ||
- | Sometimes I have trouble with pip3 (ImportError: | + | Sometimes I have trouble with pip3 (ImportError: |
<code bash> | <code bash> | ||
Line 121: | Line 121: | ||
sudo python3 -m pip install --no-deps git+https:// | sudo python3 -m pip install --no-deps git+https:// | ||
# sudo python3 -m pip install thriftpy | # sudo python3 -m pip install thriftpy | ||
+ | </ | ||
+ | |||
+ | ===== MatPlotLib ===== | ||
+ | |||
+ | There' | ||
+ | |||
+ | <code python> | ||
+ | import matplotlib | ||
+ | matplotlib.use(' | ||
</ | </ |
python3.1538838039.txt.gz · Last modified: 2023/04/12 20:44 (external edit)