Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing python modules in abaqus

Status
Not open for further replies.

Sakthiiitm

Civil/Environmental
May 6, 2023
14
0
0
IN
Hi all
Could anyone please help me on how to install python modules like pandas,xlswings in abaqus please
 
Replies continue below

Recommended for you

Install them normally (outside of Abaqus) and then copy them to the win_b64\code\python2.x\lib directory of the Abaqus installation folder. You have to ensure version compatibility.
 
I am getting this error I couldn't install pandas. Is there any other way?


ImportError: C extension: y not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
 
Try to resolve this error. You can find some tips e.g. on StackOverflow. Or you could even report an issue in the pandas GitHub repository.
 
Status
Not open for further replies.
Back
Top