randy3k / radian

A 21 century R console
MIT License
2k stars 76 forks source link

Exception: Cannot load shared library: The specified module could not be found. #368

Open yanyu2015 opened 2 years ago

yanyu2015 commented 2 years ago

my python version is 3.9.7 neither

pip3 install -U radian

or

conda install -c conda-forge radian

works. when I run radian it reports:

λ radian
Traceback (most recent call last):
  File "D:\DataScience\PythonSet\IDES\anaconda\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "D:\DataScience\PythonSet\IDES\anaconda\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "D:\DataScience\PythonSet\IDES\anaconda\Scripts\radian.exe\__main__.py", line 7, in <module>
  File "D:\DataScience\PythonSet\IDES\anaconda\lib\site-packages\radian\app.py", line 108, in main
    RadianApplication(r_home, ver=__version__).run(options, cleanup=cleanup)
  File "D:\DataScience\PythonSet\IDES\anaconda\lib\site-packages\radian\app.py", line 205, in run
    rchitect.init(args=args, register_signal_handlers=True)
  File "D:\DataScience\PythonSet\IDES\anaconda\lib\site-packages\rchitect\setup.py", line 46, in init
    raise Exception(load_lib_error())
Exception: Cannot load shared library: The specified module could not be found.
mdmanurung commented 1 year ago

Also having the same problem with Windows python version 3.10.8