Build issues with lime-crm 1.6.2 and 1.3.1

  1. You run `poetry lock`.
  2. After that either your tests are failing due to a missing library (win32com) or missing DLL-files
  1. Remove the pyproject cache by completely removing the folder %localappdata%\pypoetry.
  2. Re-run poetry lock.

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.

  • Last modified: 4 years ago
  • by Jens Gustafsson