简体   繁体   中英

Installing python packages in Ironpython

I have made few functions in Pycharms using the following packages:

  • Urllib.requests
  • Numpy

However, when I used these functions inside a code that I wrote in Ironpython (used in order to make a GUI), I recieved an exception that there are no such modules.

How can I install packages used in function?

Thank you.

Installing modules in IronPython should be as easy as:

ipy -X:Frames -m pip install urllib3

But sometimes IronPython is a pain.

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