-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 name 'NaN' from 'numpy' #6555
Comments
Hi there, you can resolve this error by downgrading the version of Numpy to one in the specs.
|
Ok thanks. Just curious why, if this is needed, isn't it already set in the requirements.txt ? |
Good question. Numpy gets installed by Pandas and the issue arises from syntax in the |
Ok, good to know. Thanks |
This is resolved with #6572 |
Following the tutorials to install the platform and then the cli, using condo et al, successfully on an M3 macbook air and then getting the following traceback upon trying to run 'openbb' from the condo openbb environment:
The text was updated successfully, but these errors were encountered: