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

Install issue #5

Closed
Chomikmarkus opened this issue May 25, 2022 · 1 comment
Closed

Install issue #5

Chomikmarkus opened this issue May 25, 2022 · 1 comment

Comments

@Chomikmarkus
Copy link

Hello!
System Ubuntu 20.04 x64
Install no errors, running sudo tornado i get next error
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.8/importlib/metadata.py", line 503, in d
istribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.8/importlib/metadata.py", line 177, in f
rom_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: tornado
root@ubuntu-s-2vcpu-4gb-ams3-01:/opt/tornado# sudo tornado start
Traceback (most recent call last):
File "/usr/bin/tornado", line 33, in
sys.exit(load_entry_point('tornado==1.2', 'console_scripts',
'tornado')())
File "/usr/bin/tornado", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.8/importlib/metadata.py", line 503, in d
istribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.8/importlib/metadata.py", line 177, in f
rom_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: tornado
root@ubuntu-s-2vcpu-4gb-ams3-01:/opt/tornado#

Screenshot_20220525-234402_Admin Hands

@samogod
Copy link
Owner

samogod commented May 27, 2022

This issue not about tornado but you can try this commands.

sudo pip3 uninstall setuptools
sudo pip3 install setuptools==60.9.3

image_2022-05-27_150234021

If this solution not works, I don't have any idea except of this but probably It will work!

@samogod samogod closed this as completed May 27, 2022
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