Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
2289 Lượt xem

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. 



Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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).  

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 7 23
19769
1
thg 3 25
19365
0
thg 2 23
1915
2
thg 12 22
2120
2
thg 8 20
6205