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

error #3

Open
DocMonster77 opened this issue Oct 9, 2022 · 2 comments
Open

error #3

DocMonster77 opened this issue Oct 9, 2022 · 2 comments

Comments

@DocMonster77
Copy link


AttributeError Traceback (most recent call last)
/tmp/ipykernel_27085/801906983.py in
1 import pycircos
2 import matplotlib.pyplot as plt
----> 3 Garc = pycircos.Garc
4 Gcircle = pycircos.Gcircle

AttributeError: module 'pycircos' has no attribute 'Garc'

@DocMonster77
Copy link
Author

Ask for help

@chichizhao
Copy link

hi, there! I just encount the the same problem.
I don't if you solved the problem, but here is my solution
instate of use the

Garc = pycircos.Garc
Gcircle = pycircos.Gcircle

my scripts

import sys
import os
import pycircos
import collections
import matplotlib
import math
# as the python package is too many, 
from pycircos.pycircos import Garc
from pycircos.pycircos import Gcircle 

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

2 participants