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 use (how can i do plz?) thks #26

Open
tw1nsdrag0ns opened this issue Dec 10, 2020 · 1 comment
Open

Error use (how can i do plz?) thks #26

tw1nsdrag0ns opened this issue Dec 10, 2020 · 1 comment

Comments

@tw1nsdrag0ns
Copy link

Traceback (most recent call last):
File "/home/ubuntu/Katana/bin/katana", line 11, in
load_entry_point('katana', 'console_scripts', 'katana')()
File "/home/ubuntu/Katana/lib/python3.8/site-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/ubuntu/Katana/lib/python3.8/site-packages/pkg_resources/init.py", line 2852, in load_entry_point
return ep.load()
File "/home/ubuntu/Katana/lib/python3.8/site-packages/pkg_resources/init.py", line 2443, in load
return self.resolve()
File "/home/ubuntu/Katana/lib/python3.8/site-packages/pkg_resources/init.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/ubuntu/Katana/katana.py", line 4, in
import urllib2
ModuleNotFoundError: No module named 'urllib2'

@calebstewart
Copy link
Collaborator

Hi, in the future, please wrap any output in three backticks like this:

```
Your output goes here
```

Next, please include a description of your problem. What were you trying to do? What command did you run? What kind of computer/operating system are you running on? How did you install katana? There's no way for us to guess these types of things. Every computer is different, and the problem could simply be a special case due to your specific environment. These are all things that will help the debugging process.

Regarding the traceback you posted, can you tell me how you installed katana? Obviously, there are depenencies missing which shouldn't happen if it was installed according to the documentation.

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