-
Notifications
You must be signed in to change notification settings - Fork 630
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
python setup.py build develop --no-deps #368
Comments
The same problem appears when I use Testing-only installation: $ pip install git+https://github.com/tianzhi0549/FCOS.git
|
I meet the same error,who can help me...(ㄒoㄒ) |
@PanffeeReal @fsted I found the workaround.
If you just want to install and use FCOS, 1st one is the easiest I think. I have reproduced this problem and have confirmed to fix by either of 1st and 3rd workarounds (I've not checked 2nd one, but it should also work). ADD : The developer of
So, in this context you don't need to hesitate to uninstall it. |
Here I encountered a problem as:
$ python setup.py build develop --no-deps
running build
running build_py
running egg_info
writing fcos.egg-info/PKG-INFO
writing dependency_links to fcos.egg-info/dependency_links.txt
writing requirements to fcos.egg-info/requires.txt
writing top-level names to fcos.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'fcos.egg-info/SOURCES.txt'
error: can't copy 'fcos/configs': doesn't exist or not a regular file
because focs/configs is a folder instead of a file ,so how to deal with it ? thanks l a lot !
The text was updated successfully, but these errors were encountered: