-
Notifications
You must be signed in to change notification settings - Fork 814
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
Cannot import Trax #1776
Comments
Similar background, the same error MacOS: 13.3.1 trax==1.2.4 mesh-tensorflow==0.1.21 jax==0.4.10 Python 3.8.10 "import trax" results in "ValueError: no signature found for builtin function <built-in function asarray>" |
I got this error when using cpu environment. |
I face the same issue on Mac OS Ventura with M2 chip |
I am facing the exact same error. This error doesn't happen when I use Google collab, but it is unusably slow when training on large datasets. This forced me back to using Jupyter notebooks. Any idea? |
+1 on Python 3.9.6 on Mac OS 14.1.2 (23B92) |
+1 on python 3.11.5, win11, cpu only.seemed that I soved the problem. trax defined a decorator(in trax\tf_numpy\numpy\utils.py) to attach numpy docstring to its own function. that's the place where this problem is generated. I just added a try-finally in the definition of the decorator to ignore the raised error. |
Same error here. It didn't work with a try-finally block for me. |
same here trax not importing, i need 1.3.1 version it is installing 1.2.4. |
Description
I am trying to use trax following NLP specialization but couldn't import it. I have search for solution and ask help on ChatGPT but could not solve it.
...
Environment information
For bugs: reproduction and error logs
The text was updated successfully, but these errors were encountered: