JazzKeyboards
@JazzKeyboards
Matplotlib created a temporary config/cache directory at /tmp/matplotlib-wvc1s_4i because the default path (/config/matplotlib) is not a writable dire
Python
MkpReplit If you stumble upon this, my solution is to add those following lines of code before importing matplotlib:
import os
import tempfile
os.environ["MPLCONFIGDIR"] = tempfile.gettempdir()1 year ago
MkpReplit If you stumble upon this, my solution is to add those folling lines of code before importing matplotlib:
import os
import tempfile
os.environ["MPLCONFIGDIR"] = tempfile.gettempdir()1 year ago
MkpReplit If you stumble upon this, my solution is to add those folling lines of code before importing matplotlib:
import os
import tempfile
os.environ["MPLCONFIGDIR"] = tempfile.gettempdir()1 year ago
I'm not sure how to deal with this error. I loaded the alpha-vantage package. Yet if I typed in alpha-vantage as a part of the statement a syntax erro
Python
Billie34 I've never had this error before, sorry I couldn't solve it. I will try to find out more. Besides, phoodle if you have found the answer, please reply below7 months ago
hamzamaqsood3 If you would like to how to get fiberglass out of skin talk about Halo, you can, but not on Repl Talk (which is mostly for programming-related things). If you'd like to talk about it, feel free to on the Repl.it Discord server8 months ago
JazzKeyboards After deleting line 3 this is what the output looks like:
Repl.it: Updating package configuration
--> python3 -m poetry install
Installing dependencies from lock file
Package operations: 11 installs, 12 updates, 0 removals
Updating cffi (1.14.2 -> 1.14.3)
Installing crashtest (0.3.1)
Updating cryptography (3.1 -> 3.1.1)
Updating pastel (0.2.0 -> 0.2.1)
Updating attrs (20.1.0 -> 20.2.0)
Updating clikit (0.4.3 -> 0.6.2)
Installing distlib (0.3.1)
Installing filelock (3.0.12)
2 years ago