You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<frozen posixpath>:71 call => join(a='a', *p=('b',))
<frozen posixpath>:76 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:77 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:41 call => _get_sep(path='a')
<frozen posixpath>:42 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:45 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:45 return <= _get_sep: '/'
<frozen posixpath>:78 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:79 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:80 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:82 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:83 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:85 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:88 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:82 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:92 line ??? NO SOURCE: Source code string for '<frozen posixpath>' is empty.
<frozen posixpath>:92 return <= join: 'a/b'
Additional Info
Related to #112, but since this doesn't involve importlib, I think it may be a different issue. If it's the same issue then I can close this and add it as a comment on that issue :)
Python Version: Python 3.12.7
Linux Version: 6.11.3-arch1-1
Hunter Version for Both: 3.7.0
I tried with both the pip version inside a venv, as well as installing thepython-hunter-3.7.0-1 from the arch repositories. Both give me the same output.
Steps to Reproduce
Method 1 - Arch
Run pacman -S extra-testing/python-hunter
Create a main.py file with the code above
Run python3 main.py
Method 2 - Sandbox
Run python3 -m venv sandbox
Run source sandbox/bin/activate
Run pip install hunter
Create a main.py file with the code above
Run python3 main.py
The text was updated successfully, but these errors were encountered:
Description
When using the following example after installation:
I get the following output:
Additional Info
Related to #112, but since this doesn't involve
importlib
, I think it may be a different issue. If it's the same issue then I can close this and add it as a comment on that issue :)Python Version:
Python 3.12.7
Linux Version:
6.11.3-arch1-1
Hunter Version for Both:
3.7.0
I tried with both the pip version inside a
venv
, as well as installing thepython-hunter-3.7.0-1
from the arch repositories. Both give me the same output.Steps to Reproduce
Method 1 - Arch
pacman -S extra-testing/python-hunter
main.py
file with the code abovepython3 main.py
Method 2 - Sandbox
python3 -m venv sandbox
source sandbox/bin/activate
pip install hunter
main.py
file with the code abovepython3 main.py
The text was updated successfully, but these errors were encountered: