Vineet Naik

Results 120 comments of Vineet Naik

@kerstin921 Like any other python package, pipdeptree cannot control how/where it gets installed on a particular environment. It could be related to the behaviour of pip on Windows 7. I...

Unfortunately I can't reproduce the issue completely as I don't have access to a windows 7 machine. I can try to reproduce it inside a virtualenv on linux. Can you...

Thanks for sharing the info. I tried reproducing this behaviour on linux with python version 3.8.0 and pip version 22.1.2, but couldn't. I tried both, installing the latest version with...

Thanks for reporting this. I tried recreating an environment with the same versions of python, pip and the packages that you have mentioned, but I faced 2 problems: 1. Couldn't...

I tried with the updated list and couldn't reproduce the error. Can you please try the following patch? ``` diff --git a/pipdeptree.py b/pipdeptree.py index eccab33..29b702c 100644 --- a/pipdeptree.py +++ b/pipdeptree.py...

Thanks. I think I understand the problem now, but still not able to reproduce it at my end. So you have 2 packages `qbittorrent-api` and `subliminal` which depend on `requests`....

Thanks, that was helpful. `import_module` is somehow returning an incorrect object. Not sure what would be the correct fix for this as I am not able to reproduce the problem....

This is really strange. I am not familiar with how/where pacman installs python packages. You may try the following to see which files are being loaded by import_module in both...

Ok. I downloaded the python-requests package for archlinux from here - https://archlinux.org/packages/extra/any/python-requests/ and extracted it. Everything seems to be correct - There's a `__version__.py` file and `__init__.py` has the following...

> I am really confused. If this is too complicated to debug, it can be put off for now, I don't mind :) Me too :-) Yeah, let's put it...