We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to do a build / install
~/radiodns-cli$ python setup.py build running build running build_scripts creating build creating build/scripts-3.8 copying and adjusting bin/radiodns -> build/scripts-3.8 changing mode of build/scripts-3.8/radiodns from 644 to 755 ~/radiodns-cli$ sudo python setup.py install running install running bdist_egg running egg_info creating radiodnscli.egg-info writing radiodnscli.egg-info/PKG-INFO writing dependency_links to radiodnscli.egg-info/dependency_links.txt writing requirements to radiodnscli.egg-info/requires.txt writing top-level names to radiodnscli.egg-info/top_level.txt writing manifest file 'radiodnscli.egg-info/SOURCES.txt' reading manifest file 'radiodnscli.egg-info/SOURCES.txt' writing manifest file 'radiodnscli.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 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/EGG-INFO installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-3.8/radiodns -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/radiodns to 755 copying radiodnscli.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying radiodnscli.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying radiodnscli.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying radiodnscli.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying radiodnscli.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/radiodnscli-0.0.1-py3.8.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing radiodnscli-0.0.1-py3.8.egg Removing /usr/local/lib/python3.8/dist-packages/radiodnscli-0.0.1-py3.8.egg Copying radiodnscli-0.0.1-py3.8.egg to /usr/local/lib/python3.8/dist-packages radiodnscli 0.0.1 is already the active version in easy-install.pth Installing radiodns script to /usr/local/bin Installed /usr/local/lib/python3.8/dist-packages/radiodnscli-0.0.1-py3.8.egg Processing dependencies for radiodnscli==0.0.1 Searching for urllib3==1.25.8 Best match: urllib3 1.25.8 Adding urllib3 1.25.8 to easy-install.pth file Using /usr/lib/python3/dist-packages Searching for dnspython==2.0.0 Best match: dnspython 2.0.0 Processing dnspython-2.0.0-py3.8.egg dnspython 2.0.0 is already the active version in easy-install.pth Using /usr/local/lib/python3.8/dist-packages/dnspython-2.0.0-py3.8.egg Finished processing dependencies for radiodnscli==0.0.1 ~/radiodns-cli$ radiodns Traceback (most recent call last): File "/usr/local/bin/radiodns", line 4, in <module> __import__('pkg_resources').run_script('radiodnscli==0.0.1', 'radiodns') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 667, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1470, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.8/dist-packages/radiodnscli-0.0.1-py3.8.egg/EGG-INFO/scripts/radiodns", line 3, in <module> __requires__ = 'radiodnscli==0.0.1' ModuleNotFoundError: No module named 'radiodnscli'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to do a build / install
The text was updated successfully, but these errors were encountered: