콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I have been trying activate a custom module. But i get the following error: 


Unable to install module "stickermanager" because an external dependency is not met: Python library not installed: opcua


Despite rechecking and reconfirming (and also updating to the latest package) that opcua has been installed, i keep getting this error. 



아바타
취소
작성자 베스트 답변

Thanks for your reply. I think i didnt explain clearly in my post earlier, "stickermanager" is the name of the module i am developing and the problem is with installing opcua library (external dependency).  

아바타
취소

Hi, Can you try installing opcua as follows,

For example:

python3 -m pip install opcua

The command show you the details about the installed package

pip show opcua

If it doesn't, then the library might not be installed properly.

In case of multiple versions of Python installed on your system,explicitly specify the version of Python you want to use or or else you can directly install this package from pycharm itself

베스트 답변

Hi 

Please install the package "stickermanager" using the given below command line

pip3 install stickermanager

or else you can directly install this package from pycharm itself


Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
4
8월 23
20208
1
3월 25
19919
0
2월 23
2111
2
12월 22
2350
2
8월 20
6433