Jason R. Coombs
Jason R. Coombs
I've merged this feature into the [calendra](https://pypi.org/project/calendra) project and released as v7.9.0.
The underlying cause seems to be: https://github.com/yaml/pyyaml/issues/601 PyYAML 6 does install from source, however, so probably the best course for csv2ofx is not to pin to old PyYAML.
The `PyYAML
This issue is currently blocked due to a lack of release of meza (https://github.com/reubano/meza/pull/63).
(elided) I realize now that's a separate issue so will report it separately.
I encountered the same problem on IPv4 on Linux (with traceroute patched to support non-privileged execution): ``` ~ @ pip-run jaraco.net Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1...
Oh! Reading [this doc](https://github.com/ValentinBELYN/icmplib/blob/main/docs/6-use-icmplib-without-privileges.md), I see that "traceroute" needs privileged execution for the TTL to work. Interestingly, here's what I've found: - On Linux, setting `privileged=False` causes the undesirable behavior...
I much prefer `None` to `2`. I'm not a big fan of enumerated values; I prefer to use descriptive strings (aka 'auto'), but if you prefer `None`, I'd take that.
Note, this feature would be unnecessary for my use case if #79 were implemented by adding automatic privilege inference to the `_Socket` object.
> However, this is not possible. I can't remember why at the time I thought that setting `privileged=False` on the socket would also allow it to run unprivileged. I went...