-
Notifications
You must be signed in to change notification settings - Fork 39
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
py.path has been renamed? (ModuleNotFoundError: No module named 'py') #153
Comments
After looking a little more: it seems like Maybe it was present due to an other dependency, but not anymore? |
|
Ah right, that explains it -- it would've taken quite some time to figure it out. Maybe it's worthwhile to mention this in the README? Currently, I guess I could've figured it by checking the setup.cfg, but that's not quite obvious. I'll install tox < 4. Thanks! |
I'm surprised the current |
My
The start of my
I think I could've avoided it by using |
It turns out that when So it seems the only solution to this is what you already did, i.e. install |
My CI pipelines using tox-conda don't seem to work anymore as of recently, as I get the following error:
I have a suspicion this is because
py.path
has been renamed topath
?See: https://pypi.org/project/path.py/
and: https://pypi.org/project/path/
The text was updated successfully, but these errors were encountered: