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 import scattertext on AWS SageMaker with a conda_python3 kernel. I downgraded numpy to 1.20.3 and installed a certain daal version based on the error messages.
!pip install --upgrade numpy==1.20.3
!pip install daal==2021.2.3
Now I get the error message "ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject"
This still seems like a numpy package collision. Is there a Requirements.txt for scattertext?
The text was updated successfully, but these errors were encountered:
On Fri, Jan 6, 2023 at 5:37 AM Katherine E. King ***@***.***> wrote:
I am trying to import scattertext on AWS SageMaker with a conda_python3
kernel. I downgraded numpy to 1.20.3 and installed a certain daal version
based on the error messages.
!pip install --upgrade numpy==1.20.3
!pip install daal==2021.2.3
Now I get the error message "ValueError: numpy.ndarray size changed, may
indicate binary incompatibility. Expected 88 from C header, got 80 from
PyObject"
This still seems like a numpy package collision. Is there a
Requirements.txt for scattertext?
—
Reply to this email directly, view it on GitHub
<#4>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMMXB5CCDPDK2CF6IAX2DWRANX3ANCNFSM6AAAAAATTC2ZBI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I am trying to import scattertext on AWS SageMaker with a conda_python3 kernel. I downgraded numpy to 1.20.3 and installed a certain daal version based on the error messages.
!pip install --upgrade numpy==1.20.3
!pip install daal==2021.2.3
Now I get the error message "ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject"
This still seems like a numpy package collision. Is there a Requirements.txt for scattertext?
The text was updated successfully, but these errors were encountered: