Build issues with lime-crm 1.6.2 and 1.3.1¶
Problem description¶
- You run
poetry lock
. - After that either your tests are failing due to a missing library (win32com) or missing DLL-files
Solution¶
- Remove the pyproject cache by completely removing the folder %localappdata%\pypoetry.
- Re-run poetry lock.
Previous workarounds no longer valid¶
Previous workaround to add pypiwin==223 as a dependency to your solution is no longer needed and this dependency should be removed.
We've also seen workarounds where lime-ldc
has been added as a dependency. That's not needed anymore and should also be removed.