ich mein ganzes anaconda Verzeichnis am Ende zu löschen und neu zu installieren :(
Im Nachhinein, erkannte ich, dass ich brauchte ein Shell nur für den Fall etwas seltsam passiert zu machen, und ich musste alles wieder neu zu installieren. Jedesmal, wenn ich installieren ein neues Modul, das ich denke, wird nützlich sein, ich füge es einfach hier hinzu.
Hier sind alle meine Python
und R
Pakete:
# Python
conda install xarray --yes
conda install holoviews --yes
conda install seaborn --yes
conda install scikit-learn --yes
conda install scikit-image --yes
conda install -c https://conda.anaconda.org/biocore scikit-bio --yes
conda install dill --yes
conda install pandas --yes
conda install numpy --yes
conda install networkx --yes
conda install scipy --yes
pip install fastcluster
conda install -c jjhelmus tensorflow=0.8.0rc0 --yes
conda install bokeh --yes
conda install BioPython --yes
conda install tqdm --yes
pip install git+https://github.com/pymc-devs/pymc3
conda install dask --yes
conda install numba --yes
pip install nbopen
pip install nbextensions
pip install https://github.com/ipython-contrib/IPython-notebook-extensions/tarball/master
conda install html5lib --yes
pip install selenium
conda install phantoms --yes
pip install pubchempy —yes
conda install --channel https://conda.anaconda.org/rdkit rdkit --yes
conda install --channel https://conda.anaconda.org/bioconda bioservices --yes
conda install --channel https://conda.anaconda.org/ales-erjavec orange-bioinformatics
pip install plotly
pip install ete3
# R
conda install -c r r --yes
conda install -c r r-essentials --yes
conda install -c r r-rserve --yes
conda install -c r r-devtools --yes
conda install -c r r-rcurl --yes
conda install -c r r-RJSONIO --yes
conda install -c r r-jpeg --yes
conda install -c r r-png --yes
conda install -c r r-roxygen2 --yes
conda install --channel https://conda.anaconda.org/bioconda bioconductor-edger --yes
gleich hier !!!!!!!! –
Es ist passiert auf meinem Arbeitscomputer und meinem persönlichen. Gleiche Lösung für beide. Ich habe es geschafft. Ich habe ein Shell-Skript erstellt, das alle meine Module enthält, die ich brauche, damit ich es ausführen kann und es alle herunterlädt. Im Grunde genommen genau wie 'conda xarray installieren --yes' next line' pip install fastcluster' usw. –
löste ich dies durch "conda install -cr r-irkernel zeromq" aus einem Kommentar dieser stackoverflow Frage (http: // stackoverflow. com/questions/38387027/unfähig zu laden-irkernel-in-jupyter-notebook) –