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

Your software is great, but I got an error while installing #1

Open
WanlinLi2021 opened this issue Oct 7, 2022 · 6 comments
Open
Labels
bug Something isn't working

Comments

@WanlinLi2021
Copy link

image

@althonos
Copy link
Owner

althonos commented Oct 8, 2022

Hi Wanlin, are you installing from the cloned GitHub repository? If so, did you clone the repo recursively? It looks like you are missing the vendor/muscle source files.

@althonos althonos added the bug Something isn't working label Oct 9, 2022
@vasilipankratov
Copy link

HI Martin!
I'm also having hard time installing pymuscle5.

I've tried both
pip install git+https://github.com/althonos/pymuscle5
and downloading the folder and doing
python setup.py install

In the latter case I get a number of Error compiling Cython file and then pymuscle5/_muscle.pyx:378:35: Converting to Python object not allowed without gil followed by Cython.Compiler.Errors.CompileError: ./pymuscle5/_muscle.pyx

Do you have any clues what might be wrong here?

Best,

Vasili

@althonos
Copy link
Owner

althonos commented Jan 9, 2023

@vasilipankratov : Could you perhaps share the full error log, and additionally the Cython version you're using? With Cython 0.29.32 I'm not getting this error.

@kiararey
Copy link

kiararey commented Jan 27, 2023

Hey there,

I'm also having trouble downloading this. I’ve just updated to Cython 0.29.33. I get the following error:
image

[...]

image

I'm on macOS and running python 3.11.0

@KeaunAmani
Copy link

I got the same issue, running pip install cython prior to pymuscle5 installation works for me.

@marcantonio
Copy link

I'm also getting an error with Python 3.12.2 and Cython 3.0.11 on macOS:

./pymuscle5/_muscle.cpp:3233:3: error: no member named 'use_tracing' in '_PyCFrame'

Full output is here.

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants