-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Description
Hi there,
I installed deeptools using using conda and when running I the following error:
AttributeError: module 'numpy' has no attribute 'float'.
np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.
I checked the version and I had v3.5.1. I tried to update to v3.5.2 but wasn't able to:
`PackagesNotFoundError: The following packages are not available from current channels:
- deeptools=3.5.2`
Metadata
Metadata
Assignees
Labels
No labels