gvegayon / parallel

PARALLEL: Stata module for parallel computing
https://rawgit.com/gvegayon/parallel/master/ado/parallel.html
MIT License
117 stars 26 forks source link

Unable to install parallel: file transmission error (checksums do not match) #79

Closed aadityadar closed 3 years ago

aadityadar commented 5 years ago

Hi, I am having trouble installing -parallel-. Here's what I did:

net install parallel, from(https://raw.github.com/gvegayon/parallel/stable/) replace

and this is the error I get:

checking parallel consistency and verifying not already installed...
file transmission error (checksums do not match)
https://raw.github.com/gvegayon/parallel/stable/ado/parallel.ado not copied
could not copy https://raw.github.com/gvegayon/parallel/stable/ado/parallel.ado
(no action taken)

I am using Stata 15MP on Windows 10. What could be going wrong?

gvegayon commented 4 years ago

Try using the stata journal version as in #82 Another alternative is deleting the parallel files in your user dir (ado/mlib/sthlp/hlp) and re-try installing it.

bquistorff commented 3 years ago

There might be a network issue, so maybe trying later. (I was just able to install using this method without a problem. ) Are you able to install other packages (is the directory writable)?

You can also use the method for lower versions of Stata where a zip file of the repo is downloaded.

aadityadar commented 3 years ago

Hi Brian, I was able to install -parallel- on Stata 16.1/MP without any problem. I don't have v15 anymore so unable to replicate the issue. I think we can close this issue.