Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows path creation fails due to attempts at setting a cached property #61

Closed
techalchemy opened this issue Jan 22, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@techalchemy
Copy link
Member

2019-01-22T02:46:33.8697229Z ValueError: Not a valid python path: WindowsPath('C:/Python27amd64/python.exe')
2019-01-22T02:46:33.8697368Z Exception ignored in: <function PathEntry.__del__ at 0x00000277772E4730>
2019-01-22T02:46:33.8697479Z Traceback (most recent call last):
2019-01-22T02:46:33.8697580Z   File "D:\a\1\s\pipenv\vendor\pythonfinder\models\path.py", line 557, in __del__
2019-01-22T02:46:33.8697704Z     BasePath.__del__(self)
2019-01-22T02:46:33.8698625Z   File "D:\a\1\s\pipenv\vendor\pythonfinder\models\mixins.py", line 88, in __del__
2019-01-22T02:46:33.8698774Z     for key in self._pythons.keys():
2019-01-22T02:46:33.8698868Z RuntimeError: dictionary changed size during iteration
2019-01-22T02:46:33.8699006Z Exception ignored in: <function PathEntry.__del__ at 0x00000277772E4730>
2019-01-22T02:46:33.8699123Z Traceback (most recent call last):
2019-01-22T02:46:33.8699225Z   File "D:\a\1\s\pipenv\vendor\pythonfinder\models\path.py", line 557, in __del__
2019-01-22T02:46:33.8699350Z     BasePath.__del__(self)
2019-01-22T02:46:33.8699476Z   File "D:\a\1\s\pipenv\vendor\pythonfinder\models\mixins.py", line 88, in __del__
2019-01-22T02:46:33.8699576Z     for key in self._pythons.keys():
2019-01-22T02:46:33.8699695Z RuntimeError: dictionary changed size during iteration
@techalchemy techalchemy added the bug Something isn't working label Jan 22, 2019
@techalchemy techalchemy self-assigned this Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant