Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error installing markstat

    I am consistently receiving the following error when I attempt to install markstat. I already installed whereis and pandoc but cannot install markstat.

    . ssc inst markstat
    checking markstat consistency and verifying not already installed...
    file http://fmwww.bc.edu/repec/bocode/m/markstats5.zip not found
    server says file temporarily redirected to http://41.77.4.165:80/fmwww.bc.edu/r...markstats5.zip
    could not copy http://fmwww.bc.edu/repec/bocode/m/markstats5.zip
    (no action taken)

    ssc install: apparent error in package file for markstat; please notify [email protected], providing package
    name
    r(601);


  • #2
    Welcome to Statalist.

    I cannot reproduce your problem - perhaps it was a temporary problem.

    If you try again and it again fails, I would guess that the system or network you are using has some sort of security software installed that interposes the server 41.77.4.165 between your system and any download of a zip archive, which are not commonly part of SSC packages. Stata does not always handle URL redirection well, so this is a problem. You will want to talk with your IT support staff to see what you can do. Or you will perhaps have to point your web browser at http://fmwww.bc.edu/RePEc/bocode/m and download the individual pieces of markstat listed by ssc describe markstat and copy them to the PERSONAL ado directory shown by the adopath command.

    Code:
    . version
    version 15.1
    
    . ssc inst markstat
    checking markstat consistency and verifying not already installed...
    installing into /Users/lisowskiw/Library/Application Support/Stata/ado/plus/...
    installation complete.

    Comment


    • #3
      Thank you very much, William. The manual installation has worked.

      Comment

      Working...
      X