biolab / biolab/orange3-addons
Facing "module 'numpy' has no attribute 'int'" error when supplying Data to widgets under Explain add-on
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The same error message i.e ```module 'numpy' has no attribute 'int'``` is displayed when I supply Data to the following widgets - Explain Model, Explain Prediction and Explain Predictions.
I have followed the same workflow as shown in [article on Orange website](https://orangedatamining.com/blog/2021/2021-02-10-explaining-models/) however, as soon as I supply either of the widgets with Data, this error is shown.
I am attaching screenshots of the workflow.
**Operating System** - Windows 11
**Orange Version** - 3.35.0
**Orange Installed Using** - pip



Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the error by supplying Data to the Explain Model, Explain Prediction, and Explain Predictions widgets using the reported Orange 3.35.0 pip setup on Windows 11, then inspect the resulting traceback for the failing numpy usage. Done means all three widgets accept the Data input without the module 'numpy' has no attribute 'int' error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100