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

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

Closed
siilats opened this issue Apr 23, 2022 · 18 comments

Comments

@siilats
Copy link
Contributor

siilats commented Apr 23, 2022

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

@dkrystki
Copy link
Contributor

What OS are you running it on?

@cakarlen
Copy link

Having the same issue.

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

@dkrystki
Copy link
Contributor

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.

@cakarlen
Copy link

Any luck?

@dkrystki
Copy link
Contributor

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 actions/runner#805
When it's supported I'll get an M1 machine and set up a runner.

@cakarlen
Copy link

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

@loveJesus
Copy link

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

@siilats
Copy link
Contributor Author

siilats commented Apr 26, 2022

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?

@thommor
Copy link

thommor commented Apr 27, 2022

Im on an M1 chip as well :(

@dkrystki dkrystki changed the title It seems like your platform or Python version are not supported yet. [M1 Chip, macos] It seems like your platform or Python version are not supported yet. Apr 28, 2022
@anicolaides
Copy link

Same here 👍

@cakarlen
Copy link

Any updates here?

@dkrystki
Copy link
Contributor

Unfortunately still blocked by actions/runner#805 and actions/runner-images#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.

@daghoidahl
Copy link

daghoidahl commented Jun 2, 2022

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]

@siilats
Copy link
Contributor Author

siilats commented Jun 11, 2022

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!

@dkrystki
Copy link
Contributor

@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).

@codefather-labs
Copy link

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
Copy link

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

@dkrystki
Copy link
Contributor

dkrystki commented Sep 5, 2022

Added in reloadium 0.9.2 (PyCharm plugin 0.8.5)

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

@dkrystki dkrystki closed this as completed Sep 5, 2022
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

8 participants