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

Build failing on v1.0.7 #203

Open
keenangraham opened this issue Dec 4, 2024 · 1 comment
Open

Build failing on v1.0.7 #203

keenangraham opened this issue Dec 4, 2024 · 1 comment

Comments

@keenangraham
Copy link
Contributor

Hi @andskli,

It looks like Github pipeline is failing, so release v1.0.7 was never pushed to PyPI.

This is important because I'm running into errors trying to deploy Karpenter to the kube-system namespace (fails with namespace already exists), and it seems like #190 in v1.0.7 might be a fix.

I've tried to build the Python project with projen locally but run into a bunch of these kind of type errors:

👾 build » compile | jsii --silence-warnings=reserved-word
[2024-12-04T11:44:33.520] [ERROR] jsii/compiler - Compilation errors prevented the JSII assembly from being created
node_modules/@types/node/crypto.d.ts:3491:17 - error TS1110: Type expected.

3491     type UUID = `${string}-${string}-${string}-${string}-${string}`;
                     ~~~
node_modules/@types/node/events.d.ts:64:28 - error TS1005: ',' expected.

64     type AnyRest = [...args: any[]];
                              ~
node_modules/@types/node/http.d.ts:228:47 - error TS1005: ',' expected.

228         Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
                                                  ~
node_modules/@types/node/http.d.ts:228:71 - error TS1109: Expression expected.

228         Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
                                                                          ~
node_modules/@types/node/http.d.ts:229:5 - error TS1109: Expression expected.

Could you publish v1.0.7 to PyPI?

Thanks!

@keenangraham
Copy link
Contributor Author

keenangraham commented Dec 5, 2024

Was able to get changes in #204 working for me locally, but would be nice to have official version in package manager.

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

1 participant