Bug Report for linear-regression-forward
Opened this issue · 1 comments
Bug Report for https://neetcode.io/problems/linear-regression-forward
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Traceback (most recent call last):
File "/usr/local/miniconda3/envs/python3.11.2/lib/python3.11/site-packages/numpy/core/init.py", line 23, in
from . import multiarray
File "/usr/local/miniconda3/envs/python3.11.2/lib/python3.11/site-packages/numpy/core/multiarray.py", line 10, in
from . import overrides
File "/usr/local/miniconda3/envs/python3.11.2/lib/python3.11/site-packages/numpy/core/overrides.py", line 6, in
from numpy.core._multiarray_umath import (
ImportError: PyCapsule_Import could not import module "datetime"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/b...
stderr limit exceeded
I've recieved the same error.