Problems with Scipy import

Asked 2 years ago, Updated 2 years ago, 84 views

If you install pip install scipy to use plu decomposition and import it from idle, it says it cannot be found. So, if you pip install scipy in cmd window again, it says it's already installed, and if you import it again, it says it's not thereWhy is this happening?

python scipy

2022-09-20 21:59

1 Answers

It's a little weird.

The pass that comes out when you run pip is ... appdata\local\programs\python....

The patty in the idle error message is ... appdata\roaming\python...

Two Installation paesseu is different. In other words, other seems to be two, crushed to other paesseu. I hope to solve this first.


2022-09-20 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.