Cannot remove hardcoded package that was removed from the Action details 'Packages' section

Removing packages in the Action Details section does not update the action code.

I removed the requests package, but I still see it hard coded into the action code and I can’t delete it. Is this a bug?

@admin_mike @nathaniel

Thx


No - you cannot remove this piece, it is hardcoded.

I know, but it should be contingent on the packages I added manually. I removed the “requests” package, but the action code still recognizes it. I think it’s a bug

requests is the only package you cannot remove I believe.

But we could change that.

Why do you want to remove the requests package?

This is not a bug. The requests package is required. It doesn’t matter whether you added it as a package on the left hand pane, we install it no matter what.

Why are you trying to remove it?

yes, that’s right it’s the only one that cannot be removed. Thanks for clarifying.

I’m following along with ChatGPT o1’s suggestions. I’m stuck with the matplotlib and exhausted all options. Please check my latest post Tried the chart action - #16 by ned_rvth

Thx!