pjxiao
pjxiao
+1 I tried to avoid this by stripping leading `/` in `paths` as follows, but this caused `typesystem.base.ValidationError`. ```python doc['paths'] = { path.lstrip('/'): path_item_obj for path, path_item_obj in doc['paths'].items() }...
Hi, This seems not Qiskit's bug. The error occured in distutils module and distutils is an old and deprecated package [1]. Would you try to install setuptools , which is...
Hmm, I tried to reproduce your error but I couldn't. Can you tell us where you got that Python interpreter (python.org, anaconda, etc.) and all the installed packages? My environment:...
@blbradley @bsamuel-ui When is this fix going to be merged? If there's still something wrong with patch, I'm glad to help you.
By overriding `get_meta_options()`, an inherited HistoricalRecords' Meta class can be set `manged = False` without modifying a migration file manually. ```python class ProxyAwareHistoricalRecords(HistoricalRecords): def get_meta_options(self, model, *args, **kwargs): meta_options =...
I'm afraid that I'm no longer working with django, so I have no idea. Sorry.