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

I have a problem with the instalation, this appears: #62

Open
sebassaldiviap opened this issue Apr 10, 2022 · 2 comments
Open

I have a problem with the instalation, this appears: #62

sebassaldiviap opened this issue Apr 10, 2022 · 2 comments

Comments

@sebassaldiviap
Copy link

┌──(kali㉿kali)-[~/reconspider]
└─$ sudo python3 setup.py install

/usr/local/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
running install
running bdist_egg
running egg_info
writing ReconSpider.egg-info/PKG-INFO
writing dependency_links to ReconSpider.egg-info/dependency_links.txt
writing requirements to ReconSpider.egg-info/requires.txt
writing top-level names to ReconSpider.egg-info/top_level.txt
reading manifest file 'ReconSpider.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'ReconSpider.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 ReconSpider.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ReconSpider.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ReconSpider.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ReconSpider.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying ReconSpider.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/ReconSpider-1.0.7-py3.10.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing ReconSpider-1.0.7-py3.10.egg
Removing /usr/local/lib/python3.10/site-packages/ReconSpider-1.0.7-py3.10.egg
Copying ReconSpider-1.0.7-py3.10.egg to /usr/local/lib/python3.10/site-packages
ReconSpider 1.0.7 is already the active version in easy-install.pth

Installed /usr/local/lib/python3.10/site-packages/ReconSpider-1.0.7-py3.10.egg
Processing dependencies for ReconSpider==1.0.7
Searching for tweepy
Reading https://pypi.org/simple/tweepy/
Download error on https://pypi.org/simple/tweepy/: unknown url type: https -- Some packages may not be found!
Couldn't find index page for 'tweepy' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: unknown url type: https -- Some packages may not be found!
No local packages or working download links found for tweepy
error: Could not find suitable distribution for Requirement.parse('tweepy')

@ma7cbesten
Copy link

ma7cbesten commented Aug 1, 2022

Same issue here, i tried on ubuntu 22 and deb11.
This manual install of Tweepy worked for me:

Get latest Twitter py of Github:
https://github.com/tweepy/tweepy.git

Install Tweepy from git repo

git clone https://github.com/tweepy/tweepy.git
cd tweepy/
python3 setup.py install

change back to reconspyder dir, reinstall Reconspyder

sudo python3 setup.py install

after install run reconspyder

python3 reconspider.py

[ but after 5 seconds working with it, 6 other errors occured ]

@lonewolf-jock
Copy link

─# python3 setup.py install
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
error: Multiple top-level packages discovered in a flat-layout: ['core', 'plugins'].

To avoid accidental inclusion of unwanted files or directories,
setuptools will not proceed with this build.

If you are trying to create a single distribution with multiple packages
on purpose, you should not rely on automatic discovery.
Instead, consider the following options:

  1. set up custom discovery (find directive with include or exclude)
  2. use a src-layout
  3. explicitly set py_modules or packages with a list of names

To find more information, look for "package discovery" on setuptools docs.

getting this error when running python3 setup.py install

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

3 participants