This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: CKAN installation went on script error
Type: Stage: resolved
Components: Library (Lib), Windows Versions: Python 3.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Previn Kutty, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-01-29 13:50 by Previn Kutty, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg334517 - (view) Author: Previn Kutty (Previn Kutty) Date: 2019-01-29 13:50
Command : paster make-config ckan development.ini

was showing the following error

(ckan) C:\applns\ckan-master>paster make-config ckan test.ini
Distribution already installed:
  ckan 2.8.2 from c:\users\x179706\envs\ckan\lib\site-packages\ckan-2.8.2-py3.7.egg
Traceback (most recent call last):
  File "C:\applns\Python37-32\Lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\applns\Python37-32\Lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\x179706\Envs\ckan\Scripts\paster.exe\__main__.py", line 9, in <module>
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 102, in run
    invoke(command, command_name, options, args[1:])
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 141, in invoke
    exit_code = runner.run(args)
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 66, in run
    return super(AbstractInstallCommand, self).run(new_args)
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 236, in run
    result = self.command()
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 293, in command
    self.distro, self.options.ep_group, self.options.ep_name)
  File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 232, in get_installer
    'paste.app_install', ep_name)
  File "c:\users\x179706\envs\ckan\lib\site-packages\pkg_resources\__init__.py", line 2728, in load_entry_poin
t

===============================================
Python version : 3.7.2
CKAN version : 2.8.2 -> https://github.com/ckan/ckan
msg334518 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2019-01-29 13:56
ckan is a 3rd party package and not maintain by Python core developers. Please report the issue with the authors of that package.
History
Date User Action Args
2022-04-11 14:59:10adminsetgithub: 80031
2019-01-29 13:56:04christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg334518

resolution: third party
stage: resolved
2019-01-29 13:50:47Previn Kuttycreate