diff --git a/_data/mirror_desc.json b/_data/mirror_desc.json
index 432f990..edad907 100644
--- a/_data/mirror_desc.json
+++ b/_data/mirror_desc.json
@@ -55,10 +55,6 @@
"name": "alpine",
"desc": "Alpine Linux 的安装镜像和官方软件包仓库"
},
- {
- "name": "anaconda",
- "desc": "用于科学计算的 Python 发行版"
- },
{
"name": "antergos",
"desc": "基于 Arch Linux 的使用 GNOME 3 的发行版,曾用名 Cinnarch"
diff --git a/_posts/help/1970-01-01-anaconda.md b/_posts/help/1970-01-01-anaconda.md
index d0d7f27..ad1e118 100644
--- a/_posts/help/1970-01-01-anaconda.md
+++ b/_posts/help/1970-01-01-anaconda.md
@@ -6,65 +6,4 @@ mirrorid: anaconda
## Anaconda 镜像使用帮助
-Anaconda 是一个用于科学计算的 Python 发行版,支持 Linux, Mac, Windows, 包含了众多流行的科学计算、数据分析的 Python 包。
-
-Anaconda 安装包可以到 下载。
-
-TUNA 还提供了 Anaconda 仓库的镜像,运行以下命令:
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
-conda config --set show_channel_urls yes
-```
-
-即可添加 Anaconda Python 免费仓库。
-
-运行 `conda install numpy` 测试一下吧。
-
-## Miniconda 镜像使用帮助
-
-Miniconda 是一个 Anaconda 的轻量级替代,默认只包含了 python 和 conda,但是可以通过 pip 和 conda 来安装所需要的包。
-
-Miniconda 安装包可以到 下载。
-
-## Conda 三方源
-
-当前tuna还维护了一些anaconda三方源。
-
-### Conda Forge
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
-```
-
-### msys2
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
-```
-
-### bioconda
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
-```
-
-### menpo
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/
-```
-
-### pytorch
-
-```
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
-
-# for legacy win-64
-conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/
-```
-
-### 其他三方源
-
-对于conda的其他三方源,如有需要请在[这个issue](https://github.com/tuna/issues/issues/112)中提出请求,我们会综合考虑多方因素来酌情增减。
+(关于停止Anaconda镜像服务的通知)[../news/close-anaconda-service/]
\ No newline at end of file
diff --git a/_posts/help/1970-01-01-tensorflow.md b/_posts/help/1970-01-01-tensorflow.md
index 39bce7d..c6b697a 100644
--- a/_posts/help/1970-01-01-tensorflow.md
+++ b/_posts/help/1970-01-01-tensorflow.md
@@ -6,7 +6,7 @@ mirrorid: tensorflow
# TensorFlow 镜像使用帮助
-请先安装 python 环境,科学计算用途建议安装 [anaconda](/help/anaconda/)。
+请先安装 python 环境。
TensorFlow 安装方法请参考 ,把 `https://storage.googleapis.com/` 替换为 `https://mirrors.tuna.tsinghua.edu.cn/`
即可。
diff --git a/_posts/news/2019-04-16-close-anaconda-service.md b/_posts/news/2019-04-16-close-anaconda-service.md
new file mode 100644
index 0000000..3d4fae5
--- /dev/null
+++ b/_posts/news/2019-04-16-close-anaconda-service.md
@@ -0,0 +1,13 @@
+---
+layout: news
+title: "关于停止Anaconda镜像服务的通知"
+date: 2019-04-16
+author: TUNA Staff
+category: news
+---
+
+根据 Anaconda [软件源](https://repo.continuum.io/pkgs/)上的说明,Anaconda 和 Miniconda 是 Anaconda, Inc. 的商标,任何未经授权的公开镜像都是不允许的。去年我们曾尝试与公司有关人员联系,但未能取得授权。
+
+在没有上游授权的情况下,我们无法保证镜像的合法性与服务质量。因此我们决定,在取得授权之前无限期停止 Anaconda 镜像服务。即日起,我们将停止 Anaconda 的更新并隐藏镜像入口链接。一个月后,彻底关闭 Anaconda 镜像的文件下载。请现有用户尽快切换至官方下载地址,以免影响正常使用。
+
+感谢您的理解与支持!
\ No newline at end of file
diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini
index 2bd84c8..0a1337a 100644
--- a/geninfo/genisolist.ini
+++ b/geninfo/genisolist.ini
@@ -290,46 +290,6 @@ type = $4
version = MikTeX $1
category = app
-[anaconda3]
-distro = Conda
-listvers = 1
-location = anaconda/archive/Anaconda*
-pattern = (Anaconda3)-(\d+.\d+.\d+)-(Windows|Linux|MacOSX)-(x86_64|x86).\w+
-platform = $3
-type = $4
-version = $1 $2
-category = app
-
-[anaconda2]
-distro = Conda
-listvers = 1
-location = anaconda/archive/Anaconda*
-pattern = (Anaconda2)-(\d+.\d+.\d+)-(Windows|Linux|MacOSX)-(x86_64|x86).\w+
-platform = $3
-type = $4
-version = $1 $2
-category = app
-
-[miniconda3]
-distro = Conda
-listvers = 1
-location = anaconda/miniconda/Miniconda*
-pattern = (Miniconda3)-(\d+.\d+.\d+)-(Windows|Linux|MacOSX)-(x86_64|x86).\w+
-platform = $3
-type = $4
-version = $1 $2
-category = app
-
-[miniconda2]
-distro = Conda
-listvers = 1
-location = anaconda/miniconda/Miniconda*
-pattern = (Miniconda2)-(\d+.\d+.\d+)-(Windows|Linux|MacOSX)-(x86_64|x86).\w+
-platform = $3
-type = $4
-version = $1 $2
-category = app
-
[lineageos]
distro = LineageOS
listvers = 1