Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

No module named 'numpy'

Sounds like you have another version of Python installed that PyScript is seeing. Easiest solution is to not use PyScript, but you may be able to fix it by re-installing/re-configuring PyScript to make sure that it points to the same location/version of your Python27


Chances are you have multiple versions of python installed, type:

which python

in your terminal, see what's the current one.


in terminal:

sudo apt-get install python-numpy

Tags:

Numpy

Matplotlib

Python3

Related

Run MongoDB service as daemon of SystemD on Ubuntu 15.10 Can I search in the terminal backlog in Terminator How to convert from row to column? Why does lsof complain about tracefs? How to securely ssh into a machine at home over the internet How do I switch back to python2 after Anaconda set python3 as the default? VirtualBox shared folders are owned by root in Lubuntu guest How do I easily switch between windows rather than applications in GNOME Shell? Is nomodeset still required? What is "Ubuntu Web Browser"? ZSH removed, cannot relogin terminal http command

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy