You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2019. It is now read-only.
~/Downloads/vk-cli sudo python3 ./setup.py install 1 ↵
[sudo] password for sarcasm:
running install
Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
/usr/bin/python3 -E -c pass
TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to vk_cli.egg-info/requires.txt
writing vk_cli.egg-info/PKG-INFO
writing dependency_links to vk_cli.egg-info/dependency_links.txt
writing top-level names to vk_cli.egg-info/top_level.txt
writing entry points to vk_cli.egg-info/entry_points.txt
reading manifest file 'vk_cli.egg-info/SOURCES.txt'
writing manifest file 'vk_cli.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying vk_cli.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/vk_cli-0.01-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing vk_cli-0.01-py3.4.egg
Removing /usr/local/lib/python3.4/dist-packages/vk_cli-0.01-py3.4.egg
Copying vk_cli-0.01-py3.4.egg to /usr/local/lib/python3.4/dist-packages
vk-cli 0.01 is already the active version in easy-install.pth
Installing vk-cli script to /usr/local/bin
Installed /usr/local/lib/python3.4/dist-packages/vk_cli-0.01-py3.4.egg
Processing dependencies for vk-cli==0.01
Searching for vk==2.0.2
Best match: vk 2.0.2
Processing vk-2.0.2-py3.4.egg
vk 2.0.2 is already the active version in easy-install.pth
Using /usr/local/lib/python3.4/dist-packages/vk-2.0.2-py3.4.egg
Searching for requests==2.9.1
Best match: requests 2.9.1
Processing requests-2.9.1-py3.4.egg
requests 2.9.1 is already the active version in easy-install.pth
Using /usr/local/lib/python3.4/dist-packages/requests-2.9.1-py3.4.egg
Finished processing dependencies for vk-cli==0.01
~/Downloads/vk-cli vk-cli
Traceback (most recent call last):
File "/usr/local/bin/vk-cli", line 9, in <module>
load_entry_point('vk-cli==0.01', 'console_scripts', 'vk-cli')()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2363, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2088, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named 'vk_cli'