You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After commenting the above line, Im getting new error as below:
File ~\AppData\Local\anaconda3\Lib\site-packages\numpy\core_ufunc_config.py:306 in seterrcall
raise ValueError("Only callable can be used as callback")
I commented the above portion of code thats giving error too.
Then I did the very first lab code lines
Boston = load_data("Boston")
Boston.columns
Then I'm getting the below error:
File ~\AppData\Local\anaconda3\Lib\site-packages\pandas\io\parsers\readers.py:935 in read_csv
kwds_defaults = _refine_defaults_read(
TypeError: _refine_defaults_read() got an unexpected keyword argument 'dtype_backend'
Why am i seeing all these errors? This code base is not stable yet and nobody is using this code?
I'm just wondering why am I the only one seeing these issues.
A little behind on these issues. Haven't seen these issues before and they seem unrelated to ISLP. Can you try a fresh Conda environment and running pip install ISLP again?
I put in very basic imports from Chapter 3, and after doing pip install ISLP and run python, I'm getting the below error
File ~\AppData\Local\anaconda3\Lib\site-packages\scipy_lib_util.py:184 in check_random_state
return np.random.mtrand._rand
AttributeError: module 'numpy.random' has no attribute 'mtrand'
The text was updated successfully, but these errors were encountered: