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

no module named 'user' #92

Open
gustiando opened this issue Mar 17, 2021 · 3 comments
Open

no module named 'user' #92

gustiando opened this issue Mar 17, 2021 · 3 comments

Comments

@gustiando
Copy link

I have a feeling I'm missing something very obvious, could someone please help?

33AFFAB5-8118-4CEE-868F-5F07C6EF9A5E

@francesco-plt
Copy link

Same here, version 0.1.23

@AndreMueller01
Copy link

I have the same problem. Does anyone know a solution?

@MinhLong2410-02
Copy link

I got u fam:

  • Go to quora package (in VS Code you can Ctrl + click to to get to quora package)
  • Fix both line 8, 9:
from .user import User, Activity
from .quora import Quora, try_cast_int
  • Next, go to user.py, in line 2:
    from .quora import try_cast_int
  • Finally, for those who are using Python 3.x, in that same user.py file, change line 14 to:
    reverse = dict((value, key) for key, value in enums.items())

Worked for me

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

4 participants