Having problems rolling back to dev33 in mc #50
Unanswered
PinballPhil
asked this question in
Q&A
Replies: 1 comment
-
figured it out ended up doing this For some reason the normal pipx install wasnt working for me. Maybe someone can tell me why. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been having problems trying to rollback mc to fix the usual windows issue. Here is the error log.
C:\Users\MegaManPinball>pipx install "mpf-mc==0.56.0.dev33" --pip-args="--pre" --verbose --include-deps
pipx >(setup:757): pipx version is 1.1.0
pipx >(setup:758): Default python interpreter is 'C:\Program Files\Python39\python.exe'
pipx >(package_name_from_spec:323): Determined package name: mpf-mc
pipx >(package_name_from_spec:324): Package name determined in 0.0s
creating virtual environment...
pipx >(run_subprocess:173): running C:\Program Files\Python39\python.exe -m venv --without-pip C:\Users\MegaManPinball.local\pipx\venvs\mpf-mc
pipx >(run_subprocess:173): running C:\Users\MegaManPinball.local\pipx\venvs\mpf-mc\Scripts\python.exe -c import sysconfig; print(sysconfig.get_path('purelib'))
pipx >(run_subprocess:173): running C:\Users\MegaManPinball.local\pipx\shared\Scripts\python.exe -c import sysconfig; print(sysconfig.get_path('purelib'))
pipx >(run_subprocess:173): running C:\Users\MegaManPinball.local\pipx\venvs\mpf-mc\Scripts\python.exe --version
pipx >(_parsed_package_to_package_or_url:128): cleaned package spec: mpf-mc==0.56.0.dev33
installing mpf-mc from spec 'mpf-mc==0.56.0.dev33'...
pipx >(run_subprocess:173): running C:\Users\MegaManPinball.local\pipx\venvs\mpf-mc\Scripts\python.exe -m pip install --pre mpf-mc==0.56.0.dev33
pipx >(subprocess_post_check_handle_pip_error:335): 'C:\Users\MegaManPinball\.local\pipx\venvs\mpf-mc\Scripts\python.exe -m pip install --pre mpf-mc==0.56.0.dev33' failed
pipx >(subprocess_post_check_handle_pip_error:352): Fatal error from pip prevented installation. Full pip output in file:
C:\Users\MegaManPinball.local\pipx\logs\cmd_2022-12-23_13.37.09_pip_errors.log
Some possibly relevant errors from pip install:
ERROR: Could not find a version that satisfies the requirement mpf-mc==0.56.0.dev33 (from versions: none)
ERROR: No matching distribution found for mpf-mc==0.56.0.dev33
pipx >(rmdir:55): removing directory C:\Users\MegaManPinball.local\pipx\venvs\mpf-mc
Error installing mpf-mc from spec 'mpf-mc==0.56.0.dev33'.
Beta Was this translation helpful? Give feedback.
All reactions