Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-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
Joined
May 6, 2023
Messages
14
Location
IN
Hi all
Could anyone please help me on how to install python modules like pandas,xlswings in abaqus please
 
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.
 
Thank you so much
It was working for openpyxl and other libs so I'm fine with these than pandas.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top