py-faster-rcnn-windows icon indicating copy to clipboard operation
py-faster-rcnn-windows copied to clipboard

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

Open zhonhel opened this issue 7 years ago • 12 comments

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 ?

zhonhel avatar Aug 24 '17 07:08 zhonhel

Same problem here. Also got confused..

Jumabek avatar Aug 24 '17 07:08 Jumabek

@zhonhel this turns out rigght command: python setup.py install

Jumabek avatar Aug 24 '17 08:08 Jumabek

Thank you~

zhonhel avatar Aug 24 '17 09:08 zhonhel

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?

raham97 avatar Feb 16 '19 18:02 raham97

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

???

mahdi-aminakhlaghi avatar Oct 16 '19 10:10 mahdi-aminakhlaghi

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 avatar May 23 '20 20:05 Rahulvlog

@Rahulvlog Did you discover the reason for the error?

jessdivaloper avatar Jul 20 '20 02:07 jessdivaloper

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 .

Rahulvlog avatar Jul 20 '20 15:07 Rahulvlog

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')

MZeeshan7474 avatar Jun 03 '21 13:06 MZeeshan7474

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

TheMyNameABC avatar Oct 10 '22 04:10 TheMyNameABC

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?

TheMyNameABC avatar Oct 10 '22 04:10 TheMyNameABC

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

LukeLIN-web avatar Jan 07 '23 17:01 LukeLIN-web