I'm having trouble installing scipy
through pycharm
and pip, I'm taking the following considerations when installing SciPy
1 - Compatible with python 3.6
2 - In pip pip the command "pip install scipy"
3 - All other scientific libraries that I tried to install gave an error (and I believe it is related to scipy
)
The error is as follows:
1 - Failed building wheel for scipy
2 - Failed cleaning build dir for scipy
3 - Error code 1
In short, I need to use the "control 0.7.0"
library for college to plot some graphics, but it is also giving error, would you like to know if this problem related to libraries are peculiarities of it or I'm letting something go? What should I take into consideration when installing a module? Can the problem be with the pip?