Skip to content

py3 Library Errors on 20.5 #99

@rukapse

Description

@rukapse

The ‘json’ library is not available in python2 on 20.5.x vManages and the tool recommends to try python3 instead. If you do this, the ‘Queue’ import fails. This can be fixed by replacing ‘import Queue’ with ‘import queue as Queue’.

Metadata

Metadata

Assignees

Labels

assignedbugSomething isn't workingcompletedIssues/enhancement is completed/fixed

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions