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
I am trying to install the d2l library using the pip install d2l==1.0.3 and I get the following error:
AttributeError: module pkgutil has no attribute ImpImporter. Did you mean: zipimporter note: This error originates from a subprocess, and is likely not a problem with pip.
How can I solve this? I have my conda env setup properly.
Thanks!
The text was updated successfully, but these errors were encountered:
Results in a successful install using python 3.12. You may or may not have to install gfortran and libopenblas-dev depending upon your distro to get scipi to build. Numpy 1.26 required the uprev scipi.
Not tested yet to see if this doesn't break somehow in runtime.
I am trying to install the d2l library using the
pip install d2l==1.0.3
and I get the following error:AttributeError: module pkgutil has no attribute ImpImporter. Did you mean: zipimporter note: This error originates from a subprocess, and is likely not a problem with pip.
How can I solve this? I have my conda env setup properly.
Thanks!
The text was updated successfully, but these errors were encountered: