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

No module named 'numpy' #109

Closed
GatoAmarilloBicolor opened this issue Apr 30, 2018 · 4 comments
Closed

No module named 'numpy' #109

GatoAmarilloBicolor opened this issue Apr 30, 2018 · 4 comments

Comments

@GatoAmarilloBicolor
Copy link

I cant enable the addon because of that, but i have installed the python-numpy package, it is a bug? or what i am doing wrong.

@domlysz
Copy link
Owner

domlysz commented May 1, 2018

Are you on linux? using ppa? Blender 2.79 require python 3.6 but some distros actually only provides python 3.5. You can try download binary files directly from blender.org

@skankingpickle
Copy link

skankingpickle commented May 12, 2018

You need to install numpy using pip

install pip :
sudo apt-get install python-pip python3-pip

Then install numpy using pip:
sudo pip3 install -U numpy

@domlysz domlysz closed this as completed Jun 20, 2018
@domlysz
Copy link
Owner

domlysz commented Jun 20, 2018

wiki now updated
https://github.com/domlysz/BlenderGIS/wiki/Install-and-usage

@tocom242242
Copy link

I solved this problem by

sudo apt -y install python3-numpy

I use blender on ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants