B4J Question [Solved]Have error when install scipy(PyBridge)

Theera

Expert
Licensed User
Longtime User
After Clicked link 'Ctrl + click to open Local Python shell: ide://run?File=%PROJECT%\Objects\Python\WinPython+Command+Prompt.exe
and update pip to be version 25.0.1 and need install scipy,but I have error as picture. How to solved the problem?

I'm sorry that post incorrect location. Please move the post in B4J Question
 

Attachments

  • Capture.PNG
    Capture.PNG
    51.1 KB · Views: 32
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Works fine here...

C:\Users\H\Downloads\projects\aa\B4J\Objects\Python\Notebooks>pip install scipy
Collecting scipy
Using cached scipy-1.15.2-cp312-cp312-win_amd64.whl.metadata (60 kB)
Collecting numpy<2.5,>=1.23.5 (from scipy)
Using cached numpy-2.2.3-cp312-cp312-win_amd64.whl.metadata (60 kB)
Using cached scipy-1.15.2-cp312-cp312-win_amd64.whl (40.9 MB)
Using cached numpy-2.2.3-cp312-cp312-win_amd64.whl (12.6 MB)
Installing collected packages: numpy, scipy
Successfully installed numpy-2.2.3 scipy-1.15.2

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip


Can you post the complete output as text?
 
Upvote 0

Theera

Expert
Licensed User
Longtime User
Works fine here...

C:\Users\H\Downloads\projects\aa\B4J\Objects\Python\Notebooks>pip install scipy
Collecting scipy
Using cached scipy-1.15.2-cp312-cp312-win_amd64.whl.metadata (60 kB)
Collecting numpy<2.5,>=1.23.5 (from scipy)
Using cached numpy-2.2.3-cp312-cp312-win_amd64.whl.metadata (60 kB)
Using cached scipy-1.15.2-cp312-cp312-win_amd64.whl (40.9 MB)
Using cached numpy-2.2.3-cp312-cp312-win_amd64.whl (12.6 MB)
Installing collected packages: numpy, scipy
Successfully installed numpy-2.2.3 scipy-1.15.2

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip


Can you post the complete output as text?
How to copy the error log in cmd? I don't know, Sir. Perhaps, it is about timeout because I have to changed the low price of internet service charge.
 
Last edited:
Upvote 0

Theera

Expert
Licensed User
Longtime User
Ok, I have been successful.
 
Upvote 0

teddybear

Well-Known Member
Licensed User
How to copy the error log in cmd? I don't know, Sir. Perhaps, it is about timeout because I have to changed the low price of internet service charge.
Mouse right-click on title bar
use-mark-in-cmd (1).png
 
Upvote 0
Top