ashnkumar / sketch-code

Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
5.11k stars 690 forks source link

always meet ModuleNotFoundError: No module named 'numpy' #14

Open ghost opened 5 years ago

ghost commented 5 years ago

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?

houyaowei commented 5 years ago

me too

houyaowei commented 5 years ago

os: ubuntu 7.3.0 python:3.6.7

faridg18 commented 5 years ago

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.