Lu Xu

Results 55 comments of Lu Xu

> As for error in case of pipdeptree `2.0.0b1`, it's the same error that was fixed in PR #125. So you may try using the latest master instead of the...

The error message is now as follows, there is another error with the new debug code ``` Traceback (most recent call last): File "./pipdeptree.py", line 217, in is_conflicting return self.installed_version...

There is dependency list printed with the try/catch. The result is ``` $ python ./pipdeptree.py -u {'key': 'requests', 'package_name': 'requests', 'installed_version': , 'required_version': '>=2.0'} {'key': 'requests', 'package_name': 'requests', 'installed_version': ,...

For the `request` module I'm using: I am using Arch Linux and have `python-requests` (version 2.24.0) from official repo installed. If there is nothing wrong with Arch's packaging, I hope...

@naiquevin I found the critical line that is affecting the version reporting by stupidly remove unrelated blocks of code and it ends up to be here: https://github.com/naiquevin/pipdeptree/blob/be26d32c164c6b1e2e697e62a9c5a0015407d03e/pipdeptree.py#L24-L28 After importing `FrozenRequirement`,...

Continue from the last comment, just found this ``` >>> import_module('requests').__version__ >>> import_module('requests').__version__.__version__ '2.25.1' ``` I am not sure if it has to do with Arch Linux's packaging (I installed...

The `__file__` seems the same, here is the result. If you cannot reproduce this, it should be distro dependent since I have this problem on all my three Arch machines....

Actually I tried install `requests` in my home by (when current system package is version 2.25.1) ``` pip install --user requests=2.25.0 ``` The version report is similar with system package...

Just comment to say that I can not reproduce this issue now. So it's OK to close it.

I am quite a newbie user of `qemu`. I would appreciate a lightweight GUI front-end as a visual guidance to help me tweak my VM settings. What `virt-manager` doesn't have:...