-
Notifications
You must be signed in to change notification settings - Fork 188
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
installation of package from different channel not working #1017
Comments
playwright package should be here after installation with
|
@AbhimanyuAryan using Conda
Conda.add("playwright", channel = "microsoft") |
You might need to run |
@stevengj don't know what wrong. Nothing suggested so far works. The logs are not helpful. Can't seem to figure out the problem :(
|
have you tried it on your machine? Does it work?
|
I even deleted |
wow it worked on windows but doesn't work on macbook m1
|
@hhaensel actually it works as intended now
now the next step is somehow activating conda env https://playwright.dev/python/docs/intro and mentioned in this issue: #1018 that should get everything needed and I can start writing the wrapper |
also @hhaensel the answer to your question. Why not use something like below copy!(np, pyimport_conda(numpy, numpy)) |
Fine for me, just thought you might getting around the issue or receive different error messages. |
yes actually Lines 721 to 722 in 94a77bf
|
I am closing this. Since it's machine specific. Maybe I need to properly debug it on m1 |
I also experience the same issue, from what I have seen, it looks like the package specifies the libpython architecture
If you experience the same issue, the problem could be solved by using a julia version which runs natively on ARM. juliaup add 1.7.1~aarch64 # julia supports arm natively after 1.7.0
julia +1.7.1~aarch64 # activate the specific julia version |
with
python conda
I am able to install playwright using this commandbut when I try to do that with PyCall. It doesn't work and not able to detect package in channel
How can I fix this?
The text was updated successfully, but these errors were encountered: