I’m trying to install Node on my CentOS server but it’s giving me below errors when I run make
import bz2
ImportError: No Module named bz2
I installed bz2 using yum and it seems it’s installed and also python version is 2.7.3
Why is this still coming up with this error then?
Not sure if you are trying to install the Python or Node module.
For the Python module, try using
easy_installFor Node, try looking at the
npmpackages.