Error: 0: pyembed: No module named 'numpy'
The platform is 7.2.12 and I’m using python3.5 (I checked the version using an EMBED python3 function). My embedded python is the following:
But, I’m getting the error on the subject line. Does this mean that the shared object library for python3.5 needs to be updated? Or, am I missing plugins?
- Code: Select all
IMPORT Python3;
string packages_available() := EMBED(Python3)
import numpy
return 'All packages are installed'
ENDEMBED;
OUTPUT(packages_available());
But, I’m getting the error on the subject line. Does this mean that the shared object library for python3.5 needs to be updated? Or, am I missing plugins?
- tlhumphrey2
- Posts: 260
- Joined: Mon May 07, 2012 6:23 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest