Thanks to visit codestin.com
Credit goes to github.com

Skip to content

how am I using this package in my python code? #1

Open
@i-chaochen

Description

@i-chaochen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions