UC-MACSS / persp-research_Spr18

Course site for MACS 30200 (Spring 2018) - Perspectives on Computational Research
6 stars 33 forks source link

Error: Error loading Python module keras in R #33

Open yilundai opened 6 years ago

yilundai commented 6 years ago

I installed keras in R and the command library(keras) did not have any error, but when I tried mnist <- matrix(dataset_mnist), R gave me the following error: Error: Error loading Python module keras in R

How should I resolve this problem?

bensoltoff commented 6 years ago

Did you follow the instructions to update the packages and reinstall?

yilundai commented 6 years ago

I got the following error when I tried apt-get python-virtualenv: sudo: apt-get: command not found (i'm using a mac)

bensoltoff commented 6 years ago

You need to follow the instructions to setup the ec2 instance on Amazon AWS. The commands will work there