-
Notifications
You must be signed in to change notification settings - Fork 27
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
configure failed,why? #153
Comments
DeltaCode does not support python3 at this time. Eventually we will, but for now you can check this ticket for status of the migration: #131 |
(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>python --version (deltacode-1.0.0) D:\scancode\deltacode-1.0.0>configure
Failed to execute command: |
@00032118 is |
@00032118 I think it is still using py3 during config , else it will not show this error. |
(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>ls
no, it's deltacode root path |
(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>ls |
yeah so bin dir is created,
|
do ls in the bin directory, and show the contents |
@00032118 If you are on windows, you may want to try running |
#162 adds support for Python3 and windows 64 bit. This should be working now. Closing. |
D:\scancode\deltacode-1.0.0>python --version
Python 3.6.0
D:\scancode\deltacode-1.0.0>configure
Requirement already satisfied: pip in d:\scancode\deltacode-1.0.0\lib\site-packages (from -r D:\scancode\deltacode-1.0.0\etc\conf\base.txt (line 5))
Collecting pytest (from -r D:\scancode\deltacode-1.0.0\etc\conf\dev\base.txt (line 2))
Could not find a version that satisfies the requirement pytest (from -r D:\scancode\deltacode-1.0.0\etc\conf\dev\base.txt (line 2)) (from versions: )
No matching distribution found for pytest (from -r D:\scancode\deltacode-1.0.0\etc\conf\dev\base.txt (line 2))
Failed to execute command:
pip install --no-allow-external --use-wheel --no-index --no-cache-dir --find-links="D:\scancode\deltacode-1.0.0\thirdparty/prod" --find-links="D:\scancode\deltacode-1.0.0\thirdparty/base" -r "D:\sc
ode\deltacode-1.0.0\etc\conf\dev\base.txt". Aborting...
The text was updated successfully, but these errors were encountered: