You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: