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

AttributeError: module 'sympy' has no attribute 'power' #34

Open
sugizo opened this issue Aug 11, 2023 · 0 comments
Open

AttributeError: module 'sympy' has no attribute 'power' #34

sugizo opened this issue Aug 11, 2023 · 0 comments

Comments

@sugizo
Copy link

sugizo commented Aug 11, 2023

environment
google colab

code

pip install -U pytheory sympy
from pytheory import TonedScale

result

AttributeError                            Traceback (most recent call last)
[<ipython-input-13-78f17bdc43df>](https://localhost:8080/#) in <cell line: 1>()
----> 1 from pytheory import TonedScale

8 frames
[/usr/local/lib/python3.10/dist-packages/pytuning/constants.py](https://localhost:8080/#) in <module>
     31 
     32 edo12_constructors = [
---> 33     (sp.power.Pow(2,sp.Rational(2,12)), "T"),
     34     (sp.power.Pow(2,sp.Rational(1,12)), "s"),
     35 ]

AttributeError: module 'sympy' has no attribute 'power'

image

best regards

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

1 participant