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

CKAN installation went on script error #80031

Closed
PrevinKutty mannequin opened this issue Jan 29, 2019 · 2 comments
Closed

CKAN installation went on script error #80031

PrevinKutty mannequin opened this issue Jan 29, 2019 · 2 comments
Labels
3.7 (EOL) end of life OS-windows stdlib Python modules in the Lib dir

Comments

@PrevinKutty
Copy link
Mannequin

PrevinKutty mannequin commented Jan 29, 2019

BPO 35850
Nosy @pfmoore, @tiran, @tjguk, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2019-01-29.13:56:04.521>
created_at = <Date 2019-01-29.13:50:47.796>
labels = ['3.7', 'library', 'OS-windows']
title = 'CKAN installation went on script error'
updated_at = <Date 2019-01-29.13:56:04.519>
user = 'https://bugs.python.org/PrevinKutty'

bugs.python.org fields:

activity = <Date 2019-01-29.13:56:04.519>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2019-01-29.13:56:04.521>
closer = 'christian.heimes'
components = ['Library (Lib)', 'Windows']
creation = <Date 2019-01-29.13:50:47.796>
creator = 'Previn Kutty'
dependencies = []
files = []
hgrepos = []
issue_num = 35850
keywords = []
message_count = 2.0
messages = ['334517', '334518']
nosy_count = 6.0
nosy_names = ['paul.moore', 'christian.heimes', 'tim.golden', 'zach.ware', 'steve.dower', 'Previn Kutty']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue35850'
versions = ['Python 3.7']

@PrevinKutty
Copy link
Mannequin Author

PrevinKutty mannequin commented Jan 29, 2019

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

@PrevinKutty PrevinKutty mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir OS-windows labels Jan 29, 2019
@tiran
Copy link
Member

tiran commented Jan 29, 2019

ckan is a 3rd party package and not maintain by Python core developers. Please report the issue with the authors of that package.

@tiran tiran closed this as completed Jan 29, 2019
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life OS-windows stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant