创建 conda 虚拟环境

conda create -n deepwalk pip python=3.5
conda activate deepwalk

安装 deepwalk

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
python setup.py install

相关文章:

  • 2021-09-15
  • 2021-08-21
  • 2021-11-19
  • 2021-09-05
  • 2022-01-20
  • 2021-06-21
  • 2021-08-30
  • 2021-09-21
猜你喜欢
  • 2021-11-30
  • 2021-08-16
  • 2021-12-04
  • 2021-11-28
  • 2021-08-18
  • 2021-07-23
  • 2021-11-30
相关资源
相似解决方案