logilab-astng #23008 False positive: E1101: 5: Module 'numpy' has no 'float64' member [resolved]
with pylint 0.20.0 numpy does have a 'float64'. here is a sample code: #!/usr/bin/env python import numpy x = numpy.float6 | |
priority | normal |
---|---|
type | bug |
done in | 0.20.2 |
load | 0.200 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2010/04/08 16:37, written by sthenault
-
2010/11/17 00:37, written by bcl
-
2010/11/18 21:58, written by sthenault
-
2010/12/01 16:44, written by anon
add commentthis is not 0.20 specific.
pylint has been lost in numpy imports for a while...
I am seeing a similar error with pylint-0.21.1-2.fc14.noarch
#!/usr/bin/env python import hashlib m = hashlib.md5()
E1101: 3: Module 'hashlib' has no 'md5' member
I think this is another pb where astng doesn't understand dynamic construc
in the haslib module, hence it probably needs its own ticket.
Also seen on the tables module (PyTables) for the dtype functions like Float64Col(), etc.