Support Cython
- Lingua principale
- Python
- Stelle
- 1.4k
- Fork
- 181
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I get this error :
AttributeError: 'method_descriptor' object has no attribute '__module__'
File "C:\Users\fff\.conda\envs\biconome\lib\asyncio\base_events.py", line 579, in run_until_complete
return future.result()
File "C:\Users\fff\.conda\envs\biconome\lib\site-packages\aiocache\decorators.py", line 73, in wrapper
return await self.decorator(f, *args, **kwargs)
File "C:\Users\fff\.conda\envs\biconome\lib\site-packages\aiocache\decorators.py", line 79, in decorator
key = self.get_cache_key(f, args, kwargs)
File "C:\Users\fff\.conda\envs\biconome\lib\site-packages\aiocache\decorators.py", line 99, in get_cache_key
return self._key_from_args(f, args, kwargs)
File "C:\Users\fff\.conda\envs\biconome\lib\site-packages\aiocache\decorators.py", line 104, in _key_from_args
args[1:] if self.noself else args) + str(ordered_kwargs)
AttributeError: 'method_descriptor' object has no attribute '__module__'
The version that I used is ' pip install aiocache==0.10.0' and ' aiocache-0.11.1'
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.