Closed DonRichards closed 2 years ago
For me it worked after installing bpyutils
but the behavior is strangeβ¦
The --help
flag shows the help message of bpyutils
user@hoth:~/$ python3 -m pipupgrade --help
usage: bpyutils [--run-jobs RUN_JOBS] [-y] [-c] [-i] [-j JOBS] [-o OUTPUT] [--ignore-error] [--force] [--no-color] [-V] [-v] [-h]
bpyutils (v 0.2.0)
A collection of various common Python utilities
optional arguments:
--run-jobs RUN_JOBS Run Jobs (default: None)
-y, --yes Confirm for all dialogs. (default: 0)
-c, --check Perform a dry-run. (default: 0)
-i, --interactive Interactive Mode. (default: 0)
-j JOBS, --jobs JOBS Number of Jobs to be used. (default: 8)
-o OUTPUT, --output OUTPUT
Print Output to File. (default: None)
--ignore-error Ignore Error in case of failure. (default: 0)
--force Force. (default: 0)
--no-color Avoid colored output. (default: 0)
-V, --verbose Display verbose output. (default: 0)
-v, --version Show bpyutils's version number and exit.
-h, --help Show this help message and exit.
and --version
returns 0.2.0
which is a quite old one
Upgrading
user@hoth:~/$ /home/clemens/VCS/ads-b_simulator/.venv/lib/python3.9/site-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing distutils.")
/usr/lib/python3.9/runpy.py:127: RuntimeWarning: 'pipupgrade.__main__' found in sys.modules after import of package 'pipupgrade', but prior to execution of 'pipupgrade.__main__'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
Checking...
Updating pipupgrade...
pipupgrade upto date.
Should probably add bpyutils
as a dependency.
This has recently been resolved in the latest release 1.12.0.
Please let me know if continues.
I can confirm it does work on Ubuntu now.
Description
Ran the following and hit an error when running for the first time. It looks like
apt install
isn't installing the required packages. After manually addressing this, I tried to run the command and got a bigger error.Big Error in the Console Error section.
Currently Versions
Screenshot
No response
Console errors