简体   繁体   中英

How to install orchard in python windows 64 bit?

I have created an App using Python windows 64 bit. Now I want to import orchard. When I installed orchard it showed the following error. please anybody help me.

>>> import  orchard
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import  orchard
ImportError: No module named 'orchard

'

You need to install module orchard . You may use the following command to install it.

pip install orchard 

Make sure that pip is installed in your system.

Refer this for additional help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM