gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

fix: resolve pyperclip installation issue with setuptools compatibility

Open Ashok-0167 opened this issue 1 month ago • 0 comments

  • Pin setuptools to <66.0 and pyperclip to 1.8.2 in requirements
  • Add installation scripts for Linux/Mac and Windows
  • Create installation fix documentation
  • Update README with troubleshooting section

[!IMPORTANT] Fixes pyperclip installation issue by pinning setuptools and pyperclip versions, adding installation scripts, and updating documentation.

  • Dependencies:
    • Pin setuptools to <66.0 and pyperclip to 1.8.2 in requirements.
  • Scripts:
    • Add install_fixed.ps1 for Windows and install_fixed.sh for Linux/Mac to handle installation issues.
  • Documentation:
    • Add troubleshooting section in README.md for installation error canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'.

This description was created by Ellipsis for 8852a7bdea6087fab6fcd0ed48e238592f42b8e6. You can customize this summary. It will automatically update as commits are pushed.

Ashok-0167 avatar Oct 09 '25 13:10 Ashok-0167