successfully installed but failed to launch radian
See original GitHub issueI installed radian by pip3 install radian
but it does not run as expected and I got the following error.
chrislam@ChrisLams-MBP GendooLab % radian
Traceback (most recent call last):
File "/opt/homebrew/bin/radian", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.9/site-packages/radian/__init__.py", line 11, in main
from rchitect.utils import Rhome, rversion
File "/opt/homebrew/lib/python3.9/site-packages/rchitect/__init__.py", line 1, in <module>
from .setup import init, loop
File "/opt/homebrew/lib/python3.9/site-packages/rchitect/setup.py", line 6, in <module>
from rchitect._cffi import ffi, lib
ImportError: dlopen(/opt/homebrew/lib/python3.9/site-packages/_cffi_backend.cpython-39-darwin.so, 2): no suitable image found. Did find:
/opt/homebrew/lib/python3.9/site-packages/_cffi_backend.cpython-39-darwin.so: mach-o, but wrong architecture
/opt/homebrew/lib/python3.9/site-packages/_cffi_backend.cpython-39-darwin.so: mach-o, but wrong architecture
I am on a M1 Mac BigSur
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[Radian in VS Code] Cannot find R client (i.e. radian) #372
I was trying to use radian as a default R terminal thru the following settings. However, I kept getting this error message below....
Read more >Python installed radian running issue - Stack Overflow
Because I plan to use radian to show the better terminal R in vscode. It is based on Python but it is used...
Read more >How to install radian on Ubuntu 22.04? - python
I am trying to install the radian R terminal on Ubuntu 22.04. The instructions on the project's github page suggest to install it...
Read more >radian - PyPI
Requirements: An installation of R (version 3.4. 0 or above) is required to use radian, an R installation binary for your system can...
Read more >Using R in VS Code - Schiff Consulting
This will launch R, but it won't be able to communicate with VS Code properly. Instead you need to click the down arrow...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please remove cffi first. The issue was caused by a wrong installation of cffi. Installing from source should fix the issue.
@randy3k Bingo!