We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DashNLP
After pip install using requirements.txt, executing "python app.py" produced error saying Pandas was not available, with error:
"ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject"
After bit of search, tried "pip install --upgrade numpy" which upgraded to "numpy-1.21.2".
Then was able to successfully execute "python app.py" start server and view app in browser.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
App name
DashNLP
Description of bug
After pip install using requirements.txt, executing "python app.py" produced error saying Pandas was not available, with error:
"ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject"
After bit of search, tried "pip install --upgrade numpy" which upgraded to "numpy-1.21.2".
Then was able to successfully execute "python app.py" start server and view app in browser.
How to replicate the bug
Other notes
The text was updated successfully, but these errors were encountered: