py-faster-rcnn-windows
py-faster-rcnn-windows copied to clipboard
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
Hi, all
When I run the python setup.py
command in cmd, I got these print:
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
I think these are not errors. But could someone kindly tell me how to use this repo to make faster rcnn on Windows ?
Same problem here. Also got confused..
@zhonhel this turns out rigght command:
python setup.py install
Thank you~
C:\Users\Raham\PycharmProjects\Frames\crm114-python-52f1450e6d485275a14a281eb3854a0fedc03b35\crm114>python setup.py install running install running bdist_egg running egg_info writing crm114.egg-info\PKG-INFO writing dependency_links to crm114.egg-info\dependency_links.txt writing top-level names to crm114.egg-info\top_level.txt error: package directory 'crm114' does not exist
What should I do now?
C:\WINDOWS\system32>python C:_Mahdi......\setup.py install running install running bdist_egg running egg_info creating instabot_py.egg-info writing instabot_py.egg-info\PKG-INFO writing dependency_links to instabot_py.egg-info\dependency_links.txt writing entry points to instabot_py.egg-info\entry_points.txt writing requirements to instabot_py.egg-info\requires.txt writing top-level names to instabot_py.egg-info\top_level.txt writing manifest file 'instabot_py.egg-info\SOURCES.txt' reading manifest file 'instabot_py.egg-info\SOURCES.txt' writing manifest file 'instabot_py.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib warning: install_lib: 'build\lib' does not exist -- no Python modules to install
???
WARNING:root:Fail load requirements file, so using default ones. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
please help me
@Rahulvlog Did you discover the reason for the error?
no
On Mon, 20 Jul 2020 at 07:57, Jess [email protected] wrote:
@Rahulvlog https://github.com/Rahulvlog Did you discover the reason for the error?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MrGF/py-faster-rcnn-windows/issues/13#issuecomment-660764793, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEEELFN6BSJHGL5C76LHWTR4OTRHANCNFSM4DYD5AHQ .
what should I do? I am facing the same error/
Installed c:\users\zeesh\anaconda3\lib\site-packages\pysentiment-0.2-py3.7.egg Processing dependencies for pysentiment==0.2 Searching for abductions Reading https://pypi.org/simple/abductions/ Couldn't find index page for 'abductions' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.org/simple/ No local packages or working download links found for abductions error: Could not find suitable distribution for Requirement.parse('abductions')
What shold I do? I am facing this problem: C:\Users\Lenovo\Desktop\FCA-master\FCA-master>python setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
error: no commands supplied
Hi, all When I run the
python setup.py
command in cmd, I got these print:usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
I think these are not errors. But could someone kindly tell me how to use this repo to make faster rcnn on Windows ?
Have you slove the problem?
Hi, all When I run the
python setup.py
command in cmd, I got these print:usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
I think these are not errors. But could someone kindly tell me how to use this repo to make faster rcnn on Windows ?
Have you slove the problem?
You can run python setup.py -h
to get the help
And refer https://stackoverflow.com/questions/63145828/python-pypi-setup-py-error-usage-setup-py-global-opts-cmd1-cmd1-opts-cmd2