ashnkumar / sketch-code

Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

always meet ModuleNotFoundError: No module named 'numpy'

opened this issue · comments

I have installed numpy and my python has been 3.6 .but it still told me ModuleNotFoundError: No module named 'numpy'
,is there some question on my python path?

commented

me too

commented

os: ubuntu 7.3.0
python:3.6.7

I had to manually install all libraries to get it to run. Also, I had to change 'python' to 'python3', I hope this helps. God speed.