Skip to content

Bug Report for linear-regression-forward #3915

@pauls005

Description

@pauls005

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.

Mine solution and your solution give Runtime Error (NZEC):
OpenBLAS blas_thread_init: pthread_create failed for thread 59 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 60 current, 60 max
OpenBLAS blas_thread_init: pthread_create failed for thread 60 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 60 current, 60 max
OpenBLAS blas_thread_init: pthread_create failed for thread 61 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 60 current, 60 max
OpenBLAS blas_thread_init: pthread_create failed for thread 62 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 60 current, 60 max
OpenBLAS blas_thread_init: pthread_create failed for thread 63 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 60 current, 60 max
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions