Bjorn
Bjorn
Looks like my checkin clobbered some code. I'll rework it tomorrow (central EU timezone here).
You should be able to use just `-p3.6-32` or similar (same as the `py` command).
It should be sufficient to use `"%PYHOME%\Scripts\virtualenv.exe" %ARGS%` (it's an executable..) `%PATH%` is in relation to finding the virtualenvwrapper .bat files, `%WORKON_HOME%` is where your virtualenvs will be stored. `%PYHOME%`...
Hi @admuresan and thank you for your interest in pydeps. I think there might be something else going on, although I'm not entirely sure what. I've created a tool that...
Hi @EricWebsmith and thank you for your interest in pydeps. If you add the `--show-dot` flag it should work.
Hi @bhpayne and thank you for your interest in pydeps. This bug is fixed in v.1.12.18 available on PyPI now.
> Does Pydeps not resolve relative dependencies? It should (there are tests: https://github.com/thebjorn/pydeps/blob/master/tests/test_relative_imports.py). If you have a testcase I can look into it. > Aside: are relative dependencies considered malpractise...
@itaowei interesting. The error is coming from Python's modulefinder module, and indeed if you run in directly you'll see the same result: ``` (pydeps200) go|C:\srv\venv\pydeps200\Lib\site-packages> python -m modulefinder matplotlib\__init__.py Traceback...
Hmm... it might actually be numpy..? ``` (pydeps200) go|C:\srv\venv\pydeps200\Lib\site-packages> python -m modulefinder numpy\__init__.py Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code...
Hi @EricWebsmith , I'm afraid that is not a priority for me right now. I'll be happy to accept a PR though...