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

Packages Errors on sgpy.test_me() #35

Open
hathawayj opened this issue Oct 6, 2021 · 2 comments
Open

Packages Errors on sgpy.test_me() #35

hathawayj opened this issue Oct 6, 2021 · 2 comments

Comments

@hathawayj
Copy link

I can't get the package to work locally or with your colab link - https://colab.research.google.com/drive/1V7hnyYuY_dUXQEPkCMZkgMuBFQV4iA_4?usp=sharing.

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-3-6eeabfa33c5b> in <module>()
      1 # test the library
      2 
----> 3 sgpy.test_me()

AttributeError: module 'safegraph_py_functions.safegraph_py_functions' has no attribute 'test_me'
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-4-33e3550b5423> in <module>()
      1 ### Type sgpy.help() to get a list of active functions and a brief description of what they do / required arguments
      2 
----> 3 sgpy.help()

AttributeError: module 'safegraph_py_functions.safegraph_py_functions' has no attribute 'help'

Any ideas?

@bpblakely
Copy link
Contributor

It looks like the function names for the test and help functions were changed, but the readme wasn't updated.

Try calling these functions instead

sgpy.test_me_sgpy()
sgpy.help_sgpy()

@hathawayj
Copy link
Author

Thanks. Those two worked. I will keep moving through the examples.

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