-
Notifications
You must be signed in to change notification settings - Fork 39
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
Install error on mac m1 #17
Comments
I solved this on my fork of the repo here, check the readme for install instructions: |
I found your repo and tried to install it on an M1 Mac. The install command looks very strange but I ran it anyway and got an error: Does that make sense? Thanks! |
hey! did you install all of the dependencies first? can you take a screenshot of the error + give any other details of your environment set up |
also, did you try with |
Hey I tried with your git and still got an error. This is the cmd i used to install : × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for nest2D did not run successfully.
` |
Getting this error on install. Mac M1.
I have tried downgrading my pypandoc version to as low as 1.2 as it seems that
convert()
has been depreciated above version 1.7 and now onlyconvert_text()
orconvert_file()
work. However, the error persists.Does anyone know a quick fix/workaround?
The text was updated successfully, but these errors were encountered: