Reputation: 189
I am doing the following steps to install R Hash_2.2.6.zip package on to Azure ML
However I am getting this error: zip file src/hash_2.2.6.zip not found
Just so that its very clear, I am following steps mentioned in this article: http://blogs.technet.com/b/saketbi/archive/2014/08/20/microsoft-azure-ml-amp-r-language-extensibility.aspx.
Any help in this regard is greatly appreciated.
Upvotes: 3
Views: 2879
Reputation: 91
To install a package this way, you have to create a .zip of a .zip. The outer layer of packaging will get unzipped into the src/ folder when the dataset is passed in to the module, and you'll be able to install the inner package from there.
Upvotes: 5