Dear all, I am using OS Moiave 10.14.15, and after installing XDS I would need also XDSAPP. Did anyone successfully installed XDSAPP on Moiave? Following the installation instructions, I faced some problems with linkapps and with the installation of pyqwt. Do you have any suggestions on how to fix the problem?
First install homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor The command to install homebrew works for the bash shell. If you use another shell, switch temporarily to bash before installing brew, by entering bash in your terminal. Then the rest of the packages can be easily installed (this requires the previous installation of xcode): brew install qt brew linkapps brew install sip export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH (this might have to be adapted to your python version and path) brew install pyqt brew install pyqwt *In case pyqwt can not be found, run* * brew tap homebrew/boneyard* and try again brew install pyqwt Then procede with brew linkapps (just in case) Copy the line export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH into your ~/.bashrc or ~/.bash_profile file (for the bash shell) for future uses of XDSAPP. the highlighted lines are given as Error: No available formula with the name "..." For pyqwt I tried typing brew tap homebrew/boneyard I registered to github, since they asked me username and password, but I got this: remote: Repository not found. fatal: repository 'https://github.com/Homebrew/homebrew-boneyard/' not found Error:Failure while executing; `git clone https://github.com/Homebrew/homebrew-boneyard /usr/local/Homebrew/Library/Taps/homebrew/homebrew-boneyard --depth=1` exited with 128. Thank you for your help! Best regards, Valentina Furlanetto PhD student KTH School of Engineering Sciences in Chemistry, Biotechnology and Health Department of Industrial Biotechnology Visiting address: AlbaNova, Roslagstullsbacken 21, SE-106 91 Stockholm, Sweden Delivery address: AlbaNova, Roslagsvägen 30B, SE-114 19 Stockholm, Sweden ######################################################################## To unsubscribe from the CCP4BB list, click the following link: https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=CCP4BB&A=1
