| 801 | |
| 802 | **(Example when no network connection is present)** |
| 803 | |
| 804 | {{{ |
| 805 | Enter your proxy address [none needed]: |
| 806 | |
| 807 | *************************************************************************** |
| 808 | Now preparing to install GSAS-II |
| 809 | svn load command: /Users/toby/g2full/bin/svn co https://subversion.xray.aps.anl.gov/pyGSAS/trunk/ /Users/toby/g2full/GSASII --non-interactive --trust-server-cert |
| 810 | |
| 811 | subversion output: |
| 812 | subversion returned an error: |
| 813 | None |
| 814 | svn: E170013: Unable to connect to a repository at URL 'https://subversion.xray.aps.anl.gov/pyGSAS/trunk' |
| 815 | svn: E670008: nodename nor servname provided, or not known |
| 816 | |
| 817 | Retrying after a cleanup... |
| 818 | svn load command: /Users/toby/g2full/bin/svn co https://subversion.xray.aps.anl.gov/pyGSAS/trunk/ /Users/toby/g2full/GSASII --non-interactive --trust-server-cert |
| 819 | |
| 820 | subversion output: |
| 821 | subversion returned an error: |
| 822 | None |
| 823 | svn: E170013: Unable to connect to a repository at URL 'https://subversion.xray.aps.anl.gov/pyGSAS/trunk' |
| 824 | svn: E670008: nodename nor servname provided, or not known |
| 825 | |
| 826 | Retrying with a command for older svn version... |
| 827 | /Users/toby/g2full/bin/svn co https://subversion.xray.aps.anl.gov/pyGSAS/trunk/ /Users/toby/g2full/GSASII |
| 828 | subversion returned an error: |
| 829 | svn: E170013: Unable to connect to a repository at URL 'https://subversion.xray.aps.anl.gov/pyGSAS/trunk' |
| 830 | svn: E670008: nodename nor servname provided, or not known |
| 831 | |
| 832 | GSAS-II appears to be installed but failed to be updated. A likely reason |
| 833 | is a network access problem. If your web browser works, but this update did |
| 834 | not, the most common reason is you need to use a network proxy. Please |
| 835 | check with a network administrator or use http://www.whatismyproxy.com/ |
| 836 | |
| 837 | If installing from the gsas2full dist and your computer is not connected |
| 838 | to the internet, this error message can be ignored. |
| 839 | |
| 840 | Recreate error this using command: |
| 841 | /Users/toby/g2full/bin/python /Users/toby/g2full/GSASII/bootstrap.py --noinstall |
| 842 | |
| 843 | BOOTSTRAP WARNING: |
| 844 | subversion returned an error: |
| 845 | svn: E170013: Unable to connect to a repository at URL 'https://subversion.xray.aps.anl.gov/pyGSAS/trunk' |
| 846 | svn: E670008: nodename nor servname provided, or not known |
| 847 | |
| 848 | GSAS-II appears to be installed but failed to be updated. A likely reason |
| 849 | is a network access problem. If your web browser works, but this update did |
| 850 | not, the most common reason is you need to use a network proxy. Please |
| 851 | check with a network administrator or use http://www.whatismyproxy.com/ |
| 852 | |
| 853 | If installing from the gsas2full dist and your computer is not connected |
| 854 | to the internet, this error message can be ignored. |
| 855 | |
| 856 | Running bootstrap from /Users/toby/g2full/GSASII at 2021-01-08 19:13:59.213766 |
| 857 | Id: $Id: bootstrap.py 4748 2021-01-08 04:22:55Z toby $ |
| 858 | Python: 3.7.9 |
| 859 | numpy: 1.18.5 |
| 860 | ********************************************************************** |
| 861 | Preloading matplotlib to build fonts... |
| 862 | Checking python packages... |
| 863 | Ready to bootstrap GSAS-II from repository |
| 864 | https://subversion.xray.aps.anl.gov/pyGSAS/ |
| 865 | to /Users/toby/g2full/GSASII |
| 866 | import of GSASIIpath completed |
| 867 | Successfully tested compiled routines |
| 868 | Byte-compiling all .py files... |
| 869 | done |
| 870 | running /Users/toby/g2full/GSASII/makeMacApp.py |
| 871 | /Users/toby/g2full/GSASII/GSAS-II.py |
| 872 | |
| 873 | Created GSAS-II app (/Users/toby/g2full/GSASII/GSAS-II.app). |
| 874 | Viewing app in Finder so you can drag it to the dock if, you wish. |
| 875 | GSAS-II installer, version 4750 completed |
| 876 | *** Viewing GSAS-II app in Finder; you may wish to drag it to the dock.*** |
| 877 | installation finished. |
| 878 | toby@macos-11 ~ % |
| 879 | }}} |