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

win32-setctime dependency issue #1258

Open
vavandrik opened this issue Dec 12, 2024 · 1 comment
Open

win32-setctime dependency issue #1258

vavandrik opened this issue Dec 12, 2024 · 1 comment

Comments

@vavandrik
Copy link

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.

@Delgan
Copy link
Owner

Delgan commented Dec 23, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants