Problem with a third party python dependency 'pendulum' #2288
Unanswered
PolarBear292208
asked this question in
Q&A
Replies: 1 comment 6 replies
-
If I have: pip_library(
name = "pendulum",
version = "2.1.2",
) I get:
However, you mentioned that this only happens when you try to add deps to it? In this case, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having some trouble adding a dependency to the python library 'pendulum'. It's not a complex library and only has a few dependencies:
When I try to build it, the resulting wheel hardly has anything in it:
while if I pip install the library, there's a lot more:
I'm running this on an Apple M1, so pip has to build it from source, i.e. there's no prebuilt macosx_12_0_arm64 wheel. Could that be the problem?
Beta Was this translation helpful? Give feedback.
All reactions