简体   繁体   English

无法将 LabJack U3 model 正确加载到 PyCharm

[英]Unable to get LabJack U3 model loaded into PyCharm properly

I am trying to use a LabJack product U3 using Python and I am using PyCharm for development of my code.我正在尝试使用使用 Python 的 LabJack 产品 U3,并且我正在使用 PyCharm 来开发我的代码。 I am new to both Python and PyCharm FYI.我是 Python 和 PyCharm 的新手。 In the LabJack documentation they say to run python setup.py install in the directory I down loaded there Python links for using there device.在 LabJack 文档中,他们说要在我下载的目录中运行 python setup.py install 安装 Python 链接以使用该设备。 I did this and when run under straight Python console can get the import u3 to run and am able to access the U3 device.我这样做了,当在直接 Python 控制台下运行时,可以运行导入 u3 并能够访问 U3 设备。 Yet when I run this in PyCharm I can not get it to run.然而,当我在 PyCharm 中运行它时,我无法让它运行。 It always tells me module not found.它总是告诉我找不到模块。 I have asked LabJack for help but they do not know PyCharm.我曾向 LabJack 寻求帮助,但他们不知道 PyCharm。 I have looked on the net but I can seem to see how to get the module properly under PyCharm.我在网上看过,但我似乎可以看到如何在 PyCharm 下正确获取模块。 Could i please get some help on how to do this properly?我可以请有关如何正确执行此操作的帮助吗?

First Yll download that module inside of pycharm settings if it's still not working then import module in terminal of pycharm then try to run you're python script首先 Yll 下载 pycharm 设置中的该模块,如果它仍然无法正常工作,然后在 pycharm 的终端中导入模块,然后尝试运行你的 python 脚本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Pycharm 时未正确加载 CSS、HTML 和 Javascript 文件 - CSS, HTML and Javascript file is not loaded properly when using Pycharm Ubuntu(14.04.2(Odroid U3))-贾斯珀-找不到记录程序“ client.vocabcompiler”的处理程序 - Ubuntu (14.04.2(Odroid U3)) - Jasper - No handlers could be found for logger “client.vocabcompiler” 无法正确获得轮廓 - unable to get contour properly ValueError: pos_label=1 不是一个有效的标签:array([&#39;neg&#39;, &#39;pos&#39;], dtype=&#39; - ValueError: pos_label=1 is not a valid label: array(['neg', 'pos'], dtype='<U3') 无法在 PyCharm 中的 Django 模型管理器上自动完成 - Cannot get autocompletion on Django Model Manager in PyCharm Pycharm:[严重] [应用程序]无法获得 Window,中止 - Pycharm: [CRITICAL] [App ] Unable to get a Window, abort Keras:无法继续训练已加载的模型 - Keras: Unable to continue training of loaded model 导入错误:没有名为 labjack 的模块 - ImportError: No module named labjack 如何在 PyCharm Python 控制台中获取彩色日志以正确格式化? - How can I get coloredlogs in PyCharm Python Console to format properly? 用于分类的 Tensorflow 标签未正确加载到模型中 - Tensorflow labels for classification aren't loaded properly in the model
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM