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
i just updated my loguru in project to newest 0.7.3 and now i need to manually add win32-setctime to make it work. I'm using poetry to manage my project dependencies. Just let you guys know abt it. Now i fix version on 0.7.2 and everything work properly.
The text was updated successfully, but these errors were encountered:
Hi @vavandrik. Thanks for the report and sorry for the inconvenience.
Can you please give me more information about your environment? In particular, your OS, the version of Python, and the version of poetry you are using?
I've tried to reproduce the problem but everything seems to work fine. Poetry does list the win32-setctime transitive dependency in the poetry.lock file, but this is not installed by poetry install because it contains the sys_platform == ‘win32’ marker, which therefore only applies to Windows.
Do you have any minimal example so that I can reproduce the problem?
i just updated my loguru in project to newest 0.7.3 and now i need to manually add win32-setctime to make it work. I'm using poetry to manage my project dependencies. Just let you guys know abt it. Now i fix version on 0.7.2 and everything work properly.
The text was updated successfully, but these errors were encountered: