-
Notifications
You must be signed in to change notification settings - Fork 83
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
Upgrade to prompt_toolkit 3.0. #78
Open
jonathanslenders
wants to merge
5
commits into
master
Choose a base branch
from
prompt-toolkit-3.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonathanslenders
force-pushed
the
prompt-toolkit-3.0
branch
2 times, most recently
from
November 28, 2019 22:41
0857332
to
35694ed
Compare
jonathanslenders
force-pushed
the
prompt-toolkit-3.0
branch
from
November 28, 2019 22:41
35694ed
to
f4a4675
Compare
jonathanslenders
force-pushed
the
prompt-toolkit-3.0
branch
2 times, most recently
from
April 24, 2020 22:22
59c4cb8
to
55fc84b
Compare
jonathanslenders
force-pushed
the
prompt-toolkit-3.0
branch
from
April 25, 2020 13:30
55fc84b
to
fb36e9e
Compare
jonathanslenders
force-pushed
the
prompt-toolkit-3.0
branch
from
April 25, 2020 21:17
6f5687b
to
0cb2cd0
Compare
I would also like this feature. It conflicts to the ipython or ptpython package now. C:\Users\Liu.D.H>pip install pymux
Collecting pymux
Downloading pymux-0.14-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.9/78.9 kB 399.3 kB/s eta 0:00:00
Collecting docopt>=0.6.2
Downloading docopt-0.6.2.tar.gz (25 kB)
Preparing metadata (setup.py) ... done
Collecting prompt-toolkit<1.1.0,>=1.0.8
Downloading prompt_toolkit-1.0.18-py3-none-any.whl (245 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245.4/245.4 kB 602.8 kB/s eta 0:00:00
Collecting pyte<0.6.0,>=0.5.1
Downloading pyte-0.5.2-py2.py3-none-any.whl (27 kB)
Requirement already satisfied: six>=1.9.0 in c:\users\liu.d.h\appdata\local\programs\python\python311\lib\site-packages (from pymux) (1.16.0)
Requirement already satisfied: wcwidth in c:\users\liu.d.h\appdata\local\programs\python\python311\lib\site-packages (from prompt-toolkit<1.1.0,>=1.0.8->pymux) (0.2.5)
Building wheels for collected packages: docopt
Building wheel for docopt (setup.py) ... done
Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13775 sha256=7b4293e933246089cb8d907aedef0c55c1c2b6bd3b866426f4d96d89e532a0ae
Stored in directory: c:\users\liu.d.h\appdata\local\pip\cache\wheels\76\25\ee\b12ae221ba5f661381528ff30a6a7aff04994a3580398407f3
Successfully built docopt
Installing collected packages: docopt, pyte, prompt-toolkit, pymux
Attempting uninstall: prompt-toolkit
Found existing installation: prompt-toolkit 3.0.32
Uninstalling prompt-toolkit-3.0.32:
Successfully uninstalled prompt-toolkit-3.0.32
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ipython 8.6.0 requires prompt-toolkit<3.1.0,>3.0.1, but you have prompt-toolkit 1.0.18 which is incompatible.
ptpython 3.0.20 requires prompt-toolkit<3.1.0,>=3.0.18, but you have prompt-toolkit 1.0.18 which is incompatible.
Successfully installed docopt-0.6.2 prompt-toolkit-1.0.18 pymux-0.14 pyte-0.5.2
C:\Users\Liu.D.H> |
@liudonghua123, Yes, I'd like to get this done at some point, so that everything is again compatible. Unfortunately, I didn't had any time in the past few years to complete this work. Hope to get some time again soon to finish the migration. |
`pymux standalone` is working again, but `pymux start-server` and `pymux attach` are not.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.