B4J Question [solved]How to install NumPy (PyBridge)

Theera

Expert
Licensed User
Longtime User
Refer to this I'm still studying William's example how to install NumPy (Now ,I've update Python version 3.13 ) . I can't install NumPy,I've image for someone's help.
 

Attachments

  • installNumPy.PNG
    installNumPy.PNG
    6.2 KB · Views: 59
Solution
You have NumPy already installed. (Thats what the 'Already satisfied' means)

If you want to check which version you have installed do pip list and find numpy.

Daestrum

Expert
Licensed User
Longtime User
You have NumPy already installed. (Thats what the 'Already satisfied' means)

If you want to check which version you have installed do pip list and find numpy.
 
Upvote 0
Solution

Theera

Expert
Licensed User
Longtime User
You have NumPy already installed. (Thats what the 'Already satisfied' means)

If you want to check which version you have installed do pip list and find numpy.
Thank you for replies
 
Upvote 0

Theera

Expert
Licensed User
Longtime User
As @Daestrum wrote, you don't need to install NumPy, you already have it, the message you got when you tried to install says so.
Don't be worried, LucaMS, I still have many problems for your help. 😂😂😂
 
Upvote 0
Top