reloadware / reloadium

Hot Reloading and Profiling for Python
https://reloadium.io
Apache License 2.0
2.74k stars 56 forks source link

MacOS not supported #156

Closed ramonemiliani93 closed 9 months ago

ramonemiliani93 commented 11 months ago

Describe the bug*

Unable to debug with reloadium on MacOS

Desktop or remote (please complete the following information):**

Additional context

ImportError: dlopen(/Users/ramon/.reloadium/package/3.9/reloadium/corium.cpython-39-darwin.so, 0x0002): tried: '/Users/ramon/.reloadium/package/3.9/reloadium/corium.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/ramon/.reloadium/package/3.9/reloadium/corium.cpython-39-darwin.so' (no such file), '/Users/ramon/.reloadium/package/3.9/reloadium/corium.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))

MacBook Pro 2.9 GHz 6-Core Intel Core i9

dkrystki commented 11 months ago

If you run this command sysctl -n machdep.cpu.brand_string what is the output?

ramonemiliani93 commented 10 months ago

Hi @dkrystki sorry for the late reply! The output is: Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz

dkrystki commented 9 months ago

Fixed in Reloadium 1.3.0 and PyCharm plugin 1.3.0