-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError from ext.transform (numpy > 1.24.4) #494
Comments
Hi! Sorry for not replying earlier, I missed this. Was this issue ever resolved? If not I can take a look soon |
No, it wasn't resolved.
Paul
…On Thu, Sep 19, 2024 at 8:57 PM Alejandro de la Vega < ***@***.***> wrote:
Hi! Sorry for not replying earlier, I missed this.
Was this issue ever resolved? If not I can take a look soon
—
Reply to this email directly, view it on GitHub
<#494 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALSTK5RZMMMUASDWSS3IFLZXN6HTAVCNFSM6AAAAABMRAVJW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRSGU2TGOBRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I had the same issue but was able to resolve it by downgrading to numpy version 1.24.4. |
Thank you @marlyr. Renaming this issue to reflect numpy incompatabiilty. Probably not too hard to fix. |
adelavega
changed the title
TypeError from ext.transform
TypeError from ext.transform (numpy > 1.24.4)
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running this example. Here is the code:
I am getting this error on the last line:
TypeError: arrays to stack must be passed as a "sequence" type such as list or tuple.
I am running the source code from the main branch. Let me know if you have any other questions about my environment.
The text was updated successfully, but these errors were encountered: