Installing python packages in Ironpython
483 观看
1回复
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.
作者: Ben 的来源 发布者: 2019 年 11 月 20 日回应 (1)
0像
Installing modules in IronPython should be as easy as:
ipy -X:Frames -m pip install urllib3
But sometimes IronPython is a pain.
作者: Eric Fossum 发布者: 04.01.2018 03:54来自类别的问题 :
- python 如何使用Python的itertools.groupby()?
- python Python:我在运行什么操作系统?
- python 如何使用Python创建可直接执行的跨平台GUI应用程序?
- python Python声音(“钟声”)
- python 使用Python创建加密的ZIP文件
- python 构建一个基本的Python迭代器
- ironpython 通过Bash命令在文本文件中查找和替换
- ironpython 在C#中运行python模块?
- ironpython 随机串c#
- ironpython Iron Python - 没有名为“os”的模块
- ironpython 从python调用C#库
- ironpython 如何在IronPython中安装openpyxl
- ironpython-studio Installing python packages in Ironpython