gstecher / CloneFinderAPI

API for the Clone Finder application
MIT License
2 stars 7 forks source link

Install Error #5

Closed xiucz closed 4 years ago

xiucz commented 4 years ago

Hi, @gstecher

Thank your tool at first, but I have some problem while installing. Can you give me some advice ? Here is the log:

(python3) [xiucz@mu01 CloneFinderAPI]$ python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to CloneFinderAPI.egg-info/requires.txt
writing CloneFinderAPI.egg-info/PKG-INFO
writing top-level names to CloneFinderAPI.egg-info/top_level.txt
writing dependency_links to CloneFinderAPI.egg-info/dependency_links.txt
reading manifest file 'CloneFinderAPI.egg-info/SOURCES.txt'
writing manifest file 'CloneFinderAPI.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 CloneFinderAPI.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying CloneFinderAPI.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying CloneFinderAPI.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying CloneFinderAPI.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying CloneFinderAPI.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/CloneFinderAPI-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing CloneFinderAPI-0.1-py2.7.egg
Removing ~/anaconda3/envs/python3/lib/python2.7/site-packages/CloneFinderAPI-0.1-py2.7.egg
Copying CloneFinderAPI-0.1-py2.7.egg to ~/anaconda3/envs/python3/lib/python2.7/site-packages
CloneFinderAPI 0.1 is already the active version in easy-install.pth

Installed ~/anaconda3/envs/python3/lib/python2.7/site-packages/CloneFinderAPI-0.1-py2.7.egg
Processing dependencies for CloneFinderAPI==0.1
Searching for foo>=3
Reading https://pypi.org/simple/foo/
No local packages or working download links found for foo>=3
error: Could not find suitable distribution for Requirement.parse('foo>=3')

Thank you very much. Xiucz

xiucz commented 4 years ago

solved and closed