Skip to content
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

DashNLP - Windows 10, python=3.7.4 => needed to pip install --upgrade numpy in order to work #685

Open
sitrucp opened this issue Oct 18, 2021 · 0 comments
Labels
bug Something isn't working.

Comments

@sitrucp
Copy link

sitrucp commented Oct 18, 2021

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

  1. On Windows 10 create virtualEnv by executing "conda create -n venvDashNLP python=3.7.4" (basic env)
  2. Excecute "pip install -r requirements.txt"
  3. Execute "python app.py"
  4. Get error

Other notes

@sitrucp sitrucp added the bug Something isn't working. label Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant