spyder-ide / pyls-spyder

Spyder extensions for the python language server (pyls)
MIT License
0 stars 6 forks source link

should pyls be compatible with arm64 Apple M1 #30

Closed jbernalr closed 2 years ago

jbernalr commented 2 years ago

currently im facing issues when I try to install pyls in a arm64 M1 architecture?

unfortunately the only feedback I get is:

An unexpected error has occurred. Conda has prepared the above report.

As I have worked with pyls in other platforms I wonder if this may be a know issue.

ccordoba12 commented 2 years ago

currently im facing issues when I try to install pyls in a arm64 M1 architecture?

If you refer to the Python-language-server, that's a pure Python project, so it can be installed in any architecture.

unfortunately the only feedback I get is:

This is a problem with Conda and not the package itself. Please report that kind of errors here:

https://github.com/ContinuumIO/anaconda-issues/