Skip to content
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

Closed
00032118 opened this issue Apr 2, 2020 · 10 comments
Closed

configure failed,why? #153

00032118 opened this issue Apr 2, 2020 · 10 comments

Comments

@00032118
Copy link

00032118 commented Apr 2, 2020

D:\scancode\deltacode-1.0.0>python --version
Python 3.6.0

D:\scancode\deltacode-1.0.0>configure

  • Activating ...
  • Installing components ...
    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...

@steven-esser
Copy link
Contributor

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

@00032118
Copy link
Author

00032118 commented Apr 3, 2020

(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>python --version
Python 2.7.14

(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>configure

  • Activating ...
  • Installing components ...
    Requirement already satisfied: pip in d:\scancode\deltacode-1.0.0\lib\site-packages (from -r
    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\deltac
    No matching distribution found for pytest (from -r D:\scancode\deltacode-1.0.0\etc\conf\dev\

Failed to execute command:
pip install --no-allow-external --use-wheel --no-index --no-cache-dir --find-links="D:\scanc
ode\deltacode-1.0.0\etc\conf\dev\base.txt". Aborting...

@Pratikrocks
Copy link
Collaborator

@00032118 is bin directory in the deltacode directory?

@Pratikrocks
Copy link
Collaborator

@00032118 I think it is still using py3 during config , else it will not show this error.

@00032118
Copy link
Author

00032118 commented Apr 3, 2020

(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>ls
AUTHORS.rst Lib README.rst configure deltacode.bat setup.py
CHANGELOG.rst MANIFEST.in Scripts configure.bat etc src
CONTRIBUTING.rst NOTICE apache-2.0.LICENSE deltacode samples tcl
Include PKG-INFO bin deltacode.ABOUT setup.cfg thirdparty

@00032118 is bin directory in the deltacode directory?

no, it's deltacode root path

@00032118
Copy link
Author

00032118 commented Apr 3, 2020

(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>ls
AUTHORS.rst Lib README.rst configure deltacode.bat setup.py
CHANGELOG.rst MANIFEST.in Scripts configure.bat etc src
CONTRIBUTING.rst NOTICE apache-2.0.LICENSE deltacode samples tcl
Include PKG-INFO bin deltacode.ABOUT setup.cfg thirdparty

@Pratikrocks
Copy link
Collaborator

yeah so bin dir is created,

(deltacode-1.0.0) D:\scancode\deltacode-1.0.0>ls
AUTHORS.rst Lib README.rst configure deltacode.bat setup.py
CHANGELOG.rst MANIFEST.in Scripts configure.bat etc src
CONTRIBUTING.rst NOTICE apache-2.0.LICENSE deltacode samples tcl
Include PKG-INFO bin deltacode.ABOUT setup.cfg thirdparty

@Pratikrocks
Copy link
Collaborator

Pratikrocks commented Apr 3, 2020

do ls in the bin directory, and show the contents

@steven-esser
Copy link
Contributor

@00032118 If you are on windows, you may want to try running configure.bat

@steven-esser
Copy link
Contributor

#162 adds support for Python3 and windows 64 bit. This should be working now. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants