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

Not working on Apple M1 Max #715

Open
h0jeZvgoxFepBQ2C opened this issue Dec 10, 2021 · 3 comments
Open

Not working on Apple M1 Max #715

h0jeZvgoxFepBQ2C opened this issue Dec 10, 2021 · 3 comments

Comments

@h0jeZvgoxFepBQ2C
Copy link

reloading python 3.3 plugin SublimeCodeIntel.ordereddict
reloading python 3.3 plugin SublimeCodeIntel.SublimeCodeIntel
Traceback (most recent call last):
  File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs/_SilverCity.py", line 12, in <module>
    from _local_arch._SilverCity import *
ImportError: No module named '_local_arch'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 308, in reload_plugin
    m = importlib.import_module(modulename)
  File "./python3.3/importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1022, in load_module
  File "<frozen importlib._bootstrap>", line 1003, in load_module
  File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 868, in _load_module
  File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
  File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/SublimeCodeIntel.py", line 109, in <module>
    from codeintel2.common import CodeIntelError, EvalTimeout, LogEvalController, TRG_FORM_CPLN, TRG_FORM_CALLTIP, TRG_FORM_DEFN
  File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs/codeintel2/common.py", line 86, in <module>
    import SilverCity
  File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs/SilverCity/__init__.py", line 1, in <module>
    import _SilverCity
  File "/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/libs/_SilverCity.py", line 16, in <module>
    from _macosx_universal_py33._SilverCity import *
ImportError: dlopen(/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/arch/_macosx_universal_py33/_SilverCity.so, 0x0002): tried: '/Users/myuser/config/Library/Application Support/Sublime Text 3/Packages/SublimeCodeIntel/arch/_macosx_universal_py33/_SilverCity.so' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')), '/usr/lib/_SilverCity.so' (no such file)
@mxdbeen
Copy link

mxdbeen commented May 5, 2022

How did you fix ur problem?

@h0jeZvgoxFepBQ2C
Copy link
Author

Not using this anymore :)

@mxdbeen
Copy link

mxdbeen commented May 5, 2022

ok, i use Anaconda now

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