Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMTK installation error: KeyError: 'LIBM' #2

Open
ranadevyesh opened this issue Sep 30, 2022 · 1 comment
Open

MMTK installation error: KeyError: 'LIBM' #2

ranadevyesh opened this issue Sep 30, 2022 · 1 comment

Comments

@ranadevyesh
Copy link

ranadevyesh commented Sep 30, 2022

Hello, I'm installing nMOLDYN 3 and am at the step to install MMTK. I'm receiving the following error:

(python2) PS C:\ProgramData\anaconda3\envs\python2\MMTK-master> cd C:\ProgramData\anaconda3\envs\python2\MMTK-rel2.7.12
(python2) PS C:\ProgramData\anaconda3\envs\python2\MMTK-rel2.7.12> python setup.py build
Traceback (most recent call last):
File "setup.py", line 237, in
if sysconfig['LIBM'] != '':
KeyError: 'LIBM'

Please advise.

List of Installed Packages:

(python2) PS C:\ProgramData\anaconda3\envs\python2\MMTK-rel2.7.12> pip list
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Package Version


backports.functools-lru-cache 1.6.4
certifi 2019.11.28
cftime 1.1.1
cycler 0.10.0
kiwisolver 1.1.0
matplotlib 2.2.5
netCDF4 1.4.2
numpy 1.8.0
oldnumeric 1.0.4
pip 20.1.1
pyparsing 2.4.7
Pyro 3.16
Pyro4 4.82
python-dateutil 2.8.2
pytz 2022.2.1
ScientificPython 2.9.4
selectors34 1.2
serpent 1.28
setuptools 44.0.0.post20200102
six 1.16.0
tk 0.1.0
wheel 0.37.1
wincertstore 0.2

@khinsen
Copy link
Owner

khinsen commented Oct 1, 2022

It looks like you are using Windows. That's an OS I have no experience with, so unfortunately I cannot help you much. LIBM is the standard C library for mathematical functions. It is used by all scientific software, and much other software. There is a good chance that someone with C programming experience under Windows can help you solve that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants