Giter VIP home page Giter VIP logo

Comments (6)

megvii-mge avatar megvii-mge commented on May 18, 2024 3

我们会尽快提供 conda 安装支持

from megengine.

mlbo avatar mlbo commented on May 18, 2024

可以参考一下这个,不过现在官网也改成只有pip安装了https://megengine.org.cn/doc/latest/index.html
#1

from megengine.

megvii-mge avatar megvii-mge commented on May 18, 2024

感谢您对 MegEngine 的关注,目前仅支持 pip 安装

from megengine.

lizhixi212 avatar lizhixi212 commented on May 18, 2024

conda create -n megengine python=3.8
conda activate megengine
python --version
pip3 install megengine -f https://megengine.org.cn/whl/mge.html
python
import megengine as meg
https://blog.csdn.net/weixin_42678511/article/details/107953259 @lzhbrian

from megengine.

ChaiByte avatar ChaiByte commented on May 18, 2024
conda create -n megengine python=3.8
conda activate megengine
python --version
pip3 install megengine -f https://megengine.org.cn/whl/mge.html

@Yongchang-Li 这种方式实际上依旧是通过 pip 包管理器进行了安装,但通过 pip 安装的包的确支持在 conda 环境中使用。

这种情况下,conda 的作用更像是用来管理不同的 python 虚拟环境 👍

from megengine.

lizhixi212 avatar lizhixi212 commented on May 18, 2024
conda create -n megengine python=3.8
conda activate megengine
python --version
pip3 install megengine -f https://megengine.org.cn/whl/mge.html

@Yongchang-Li 这种方式实际上依旧是通过 pip 包管理器进行了安装,但通过 pip 安装的包的确支持在 conda 环境中使用。

这种情况下,conda 的作用更像是用来管理不同的 python 虚拟环境 👍
是的,pip豆瓣源比其他的要及时些,conda的清华源不太积极

from megengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.