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
Because of outdated dependencies, it is impossible to install the zapier-platform-core or zapier-platform-cli packages with recent versions of Python 3.
Bug Description
Because of outdated dependencies, it is impossible to install the
zapier-platform-core
orzapier-platform-cli
packages with recent versions of Python 3.zapier-platform-cli
depends on the package[email protected]
, which in turn depends on@npmcli/[email protected]
, which depends on@npmcli/[email protected]
, which depends on[email protected]
. Unfortunately, because Python 3.12 removed distutils, node-gyp is unable to run, which fails the entire install.The good news, however, is that this was fixed in
node-gyp
version 10+. Furthermore,yeoman-environment
completely dropped its dependency on@npmcli/arborist
in version 4+.Thus, this issue can be fixed by upgrading the
yeoman-environment
dependency ofzapier-platform-cli
.Reproduction Steps
zapier-platform-core
with NPM.Zapier Platform version
15.16.1
Node.js version
18.20.4
Your Operating System
Fedora 40 in WSL2 on Windows 11 Pro 23H2
npm/yarn version
10.7.0
App ID
No response
More Details
The text was updated successfully, but these errors were encountered: