Open
Description
pip wheel -w dist --verbose .
After I installed this package, I can import hello in my python shell, but I cannot call hello.elevation() or hello.hello().
I wonder how can I use this package?
In [3]: hello.hello
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-3e65c27dfcfc> in <module>
----> 1 hello.hello
AttributeError: module 'hello' has no attribute 'hello'
In [4]: hello.hello()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-7a551170dedc> in <module>
----> 1 hello.hello()
AttributeError: module 'hello' has no attribute 'hello'```
Metadata
Metadata
Assignees
Labels
No labels