Closed pl-ki closed 7 years ago
Following instructions on cytograph main page:
$ git clone https://github.com/linnarsson-lab/cytograph.git Klonar till "cytograph" ... $ cd cytograph/bhtsne $ g++ sptree.cpp tsne.cpp -o bh_tsne -O2 $ cd .. $ python setup.py install ...... Installed /home/peter/anaconda3/lib/python3.6/site-packages/cytograph-0.6.1-py3.6.egg Processing dependencies for cytograph==0.6.1 Searching for numpy-groupies Downloading http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies error: Can't download http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies: 404 Not Found
Fixed, I think. We no longer need to depend on our own numpy-groupies.
Following instructions on cytograph main page:
$ git clone https://github.com/linnarsson-lab/cytograph.git Klonar till "cytograph" ... $ cd cytograph/bhtsne $ g++ sptree.cpp tsne.cpp -o bh_tsne -O2 $ cd .. $ python setup.py install ...... Installed /home/peter/anaconda3/lib/python3.6/site-packages/cytograph-0.6.1-py3.6.egg Processing dependencies for cytograph==0.6.1 Searching for numpy-groupies Downloading http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies error: Can't download http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies: 404 Not Found