reloadium icon indicating copy to clipboard operation
reloadium copied to clipboard

[M1 Chip, macos] It seems like your platform or Python version are not supported yet.

Open siilats opened this issue 2 years ago • 16 comments

I Get this: (venv) xxx/venv/bin/python -m reloadium pydev_proxy /Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py --multiprocess --save-signatures --qt-support=auto --client 127.0.0.1 --port 55863 --file xx/init.py --infer_schema

It seems like your platform or Python version are not supported yet. Please submit a github issue to let us know at https://github.com/reloadware/reloadium

im trying to debug a module

siilats avatar Apr 23 '22 00:04 siilats

What OS are you running it on?

dkrystki avatar Apr 23 '22 00:04 dkrystki

Having the same issue.

I'm tried using Python 3.8/3.10 on macOS 12.3 (Monterey) with M1 chip

cakarlen avatar Apr 24 '22 18:04 cakarlen

Missing wheels for ARM64 are causing this and it seems like Github actions does not provide environment to build wheels for this platform yet. I'll see if I have any luck with cross compilation.

dkrystki avatar Apr 25 '22 01:04 dkrystki

Any luck?

cakarlen avatar Apr 25 '22 15:04 cakarlen

Not much luck with cross compiling and I haven't found ETA for M1 github virtual environments either but it seems like support for self hosted M1 runners is coming soon according to this issue https://github.com/actions/runner/issues/805 When it's supported I'll get an M1 machine and set up a runner.

dkrystki avatar Apr 26 '22 04:04 dkrystki

Is there anyway I can compile a wheel for this project? I don't see a setup.py in the project structure.

cakarlen avatar Apr 26 '22 13:04 cakarlen

God is good, mac m1 problem here too, thanks for working on this and blessings in Jesus name

loveJesus avatar Apr 26 '22 15:04 loveJesus

I have m1 and I can compile stuff if you have an idea whats missing. Is there a way to turn on logging or test on command line to see which wheel is missing?

siilats avatar Apr 26 '22 18:04 siilats

Im on an M1 chip as well :(

thommor avatar Apr 27 '22 08:04 thommor

Same here 👍

anicolaides avatar May 07 '22 14:05 anicolaides

Any updates here?

cakarlen avatar May 16 '22 18:05 cakarlen

Unfortunately still blocked by https://github.com/actions/runner/issues/805 and https://github.com/actions/virtual-environments/issues/2187 It seems like a lot of packages suffer from this. I've tried setting up VM locally to at least build it and add some compatibility but currently there is no way to do that as well.

dkrystki avatar May 17 '22 02:05 dkrystki

I'm trying to build the plugin myself from the main branch on a MacBook Pro M1, but it fails.

First I need to remove some misplaced changelog text from pycharm/src/main/java/rw/profile/ProfileResultToggle.java. After that, I get this message:

❯ gradle buildPlugin

> Task :compileJava FAILED
/Users/dagh/programs/reloadium/pycharm/src/main/java/rw/handler/sdk/BaseSdkHandler.java:6: error: cannot find symbol
import rw.consts.Const;
                ^
  symbol:   class Const
  location: package rw.consts

  [same error is repeated for a bunch of locations]

daghoidahl avatar Jun 02 '22 13:06 daghoidahl

Unfortunately still blocked by actions/runner#805 and actions/virtual-environments#2187 It seems like a lot of packages suffer from this. I've tried setting up VM locally to at least build it and add some compatibility but currently there is no way to do that as well.

M1 runners are available now in preview!

Hey folks, thank you for your patience while we got this release ready for you!

A pre-release version of the macOS-ARM64 runner is available now in runner version 2.292.0 or later 🎉 🎉 🎉 .

Please try it out and as always, if you see any problems please open an issue!

siilats avatar Jun 11 '22 02:06 siilats

@siilats This is about self hosted runners as far as I understand. I don't have an M1 machine so this will have to wait until I get funds to buy one (github sponsors, or someone donates one).

dkrystki avatar Jun 16 '22 12:06 dkrystki

please add m1 support to the plugin which is in the marketplace. I don't understand what needs to be done to build it myself, I don't understand Java

codefather-labs avatar Jul 23 '22 09:07 codefather-labs

Unfortunately still blocked by actions/runner#805 and actions/virtual-environments#2187 It seems like a lot of packages suffer from this. I've tried setting up VM locally to at least build it and add some compatibility but currently there is no way to do that as well.

M1 runners are available now in preview!

Hey folks, thank you for your patience while we got this release ready for you!

A pre-release version of the macOS-ARM64 runner is available now in runner version 2.292.0 or later 🎉 🎉 🎉 .

Please try it out and as always, if you see any problems please open an issue!

help me please with m1 chip

codefather-labs avatar Aug 19 '22 09:08 codefather-labs

Added in reloadium 0.9.2 (PyCharm plugin 0.8.5)

Big thanks www.you.com for the M1 Mini donation

dkrystki avatar Sep 05 '22 15:09 dkrystki