No module named packaging可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: No module named packaging (/Thread-No-module-named-packaging) |
No module named packaging-hogell-06-21-2021 Hello, I am trying to connect a Dobot Magician with RoboDK. Every time I try I get the error "no module named packaging". My python version is up to date and the module "packaging" is installed. Nevertheless the link does not work. Does anyone already have similar problems and can help? Greetings, Hogell RE: No module named packaging-Vineet-06-21-2021 Hello, Can you send us a snaphot of the error? Can you also send us the snapshot of connection log? RE: No module named packaging-hogell-06-29-2021 Hello, I hope the pictures can help you. Thank you very much for your efforts! Hogell RE: No module named packaging-Vineet-06-30-2021 I had the same issue. I installed the library using:
Code:
pip install packaging
Now, the program runs without error. You can try installing the library again. |