yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #95378
[Bug 2099798] [NEW] error when running `osken` in os_ken CLI in python 3.13
Public bug reported:
## General description
`version` variable is not defined in `os_ken/__init__.py`, which is
included in `os_ken/cmd/osken_base.py`, which makes an error when
executing `osken --help` in terminal. It lasts for a long time.
## Steps to reproduce
1. Create a new virtual python environment in version of 3.13.2, and activate it
2. Install `os-ken` with command `pip install os-ken`
3. Execute `osken --help`, and error will show.
## Excepted output
It should run without errors, and output text of help
## Version
+ python 3.13, it should happen in 3.12, even below
+ os-ken 3.0.0, it should happen in 2.*
## Suggestions
Just add a variable named `version` in `os_ken/__init__.py`, and assign
value of `__version__` to its
** Affects: neutron
Importance: Undecided
Status: New
** Tags: cli
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2099798
Title:
error when running `osken` in os_ken CLI in python 3.13
Status in neutron:
New
Bug description:
## General description
`version` variable is not defined in `os_ken/__init__.py`, which is
included in `os_ken/cmd/osken_base.py`, which makes an error when
executing `osken --help` in terminal. It lasts for a long time.
## Steps to reproduce
1. Create a new virtual python environment in version of 3.13.2, and activate it
2. Install `os-ken` with command `pip install os-ken`
3. Execute `osken --help`, and error will show.
## Excepted output
It should run without errors, and output text of help
## Version
+ python 3.13, it should happen in 3.12, even below
+ os-ken 3.0.0, it should happen in 2.*
## Suggestions
Just add a variable named `version` in `os_ken/__init__.py`, and
assign value of `__version__` to its
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2099798/+subscriptions
Follow ups