-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: module 'numpy' has no attribute 'int' #42
Comments
Hi, I was using biophi from command line and also got this error. I fixed it by going to line 83 of biophi/humanization/methods/humanness.py:
|
Ok, thanks! |
No problem. I think it has to do with the version of numpy since I didn't have any issues when I set up the conda environment for biophi in the readme. |
Fixing np.int bug. Merck#42 Numpy no longer aliases `np.int`. Instead it recommends just to use the built in `int` type.
I created a pull request to fix. |
Fixing np.int bug. #42 Numpy no longer aliases `np.int`. Instead it recommends just to use the built in `int` type.
I am building this package using conda and am still getting this same error. I took a look at line 83 under the most up to date version tag (1.0.9) and it seems to still have the old Many thanks! |
I got this message while trying to Export a Full Table after humanization.
The text was updated successfully, but these errors were encountered: