Announcement

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

  • I cant download ssc file

    I cant download ssc file please help statalist

    . ssc install table1
    connection timed out -- see help r(2) for troubleshooting
    http://fmwww.bc.edu/repec/bocode/t/ either
    1) is not a valid URL, or
    2) could not be contacted, or
    3) is not a Stata download site (has no stata.toc file).
    r(2);

    . help table1

    . sysdir
    STATA: C:\Program Files\Stata16\
    BASE: C:\Program Files\Stata16\ado\base\
    SITE: C:\Program Files\Stata16\ado\site\
    PLUS: c:\ado\plus\
    PERSONAL: C:\Users\GC-COMP\ado\personal\
    OLDPLACE: c:\ado\

  • #2
    Code:
    . sysdir
       STATA:  C:\Program Files\Stata16\
        BASE:  C:\Program Files\Stata16\ado\base\
        SITE:  C:\Program Files\Stata16\ado\site\
        PLUS:  C:\Users\GC-COMP\ado\plus\
    PERSONAL:  C:\Users\GC-COMP\ado\personal\
    OLDPLACE:  c:\ado\

    Comment


    • #3
      6 minutes after you last posted and I can confirm that that package is on SSC and visible to me.

      Usually this is a permissions problem in that Stata can't really see the outside world. Whenever this bit me in the past I needed to address the first three elements at
      Code:
      help netio

      namely

      Code:
      Turn on or off the use of a proxy server
      
              set httpproxy {on|off} [, init]
      
      
          Set proxy host name
      
              set httpproxyhost ["]name["]
      
      
          Set the proxy port number
      
              set httpproxyport #
      If you type


      Code:
      creturn list
      and look for network settings you'll see what Stata is using currently.

      Comment

      Working...
      X