No clue why those weren't seen then.
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' in install of Popcorn
4 answers
The error occurs when installing Bottleneck (I had to track this down by looking at the bug report you posted on github). Most likely you need to just pip install Bottleneck or ensure that numpy is installed.
• 1 views
•
link
Thank you for your comment.
I already have installed Bottleneck 1.2.1 and numpy 1.15.2. But the error messages were obtained.
Do you have any other advices?
• 1 views
•
link
• 1 views
•
link
I attached an error message file about this problem. Please give me any advices if you noticed.
• 1 views
•
link
Hi
My problem was solved by doing below command.
pip install -r requirements.txt
python setup.py install
Thank you for advices.
• 1 views
•
link
Log in to answer this question.