Maximilian Linhoff
Maximilian Linhoff
Ok, thanks. I would be great if the error could be turned into something like: ``` Your current style does not implement the `software` entry type, see ```
`pkg_resources` is packaged together with setuptools, you should have `setuptools` in your runtime dependencies if you use it. Python versions pre 3.12 always installed setuptools into new virtual environments, which...
You can add `setuptools` to your runtime dependencies to fix the issue for your users
@LecrisUT Actually, the master branch of pybtex already contains `setuptools` in `install_requires` but no release has been made since that fix was included.
Edit: after downloading the header and placing it where it can be found, I get an undefined reference to an absl object when importing: ``` ❯ python -c 'import fastproto;...
Edit: I managed to make this work by linking against linking `absl::hash absl::flat_hash_map)`, see the updated repo. Would you be open to adding a CMakeLists.txt for this project? I can...
@srmainwaring Thanks! This is looking good. I see that you only include the protobuf library for the one header I also mentioned above. I opened this issue here, to get...
A am a bit confused now. Why is this under the pybind organisation if this is still an internal google project?
@kyranf My understanding is that if you use pybind11 to create python bindings to C++ protobuf objects, you won't use the python protobuf module at all. So them switching to...
The linked PR is merged, so is this supported now? I have issues setting this up, mainly: what of the several tokens zoom provides when creating the marketplace oauth app...