-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update vendor packages #3853
Update vendor packages #3853
Conversation
frostming
commented
Jul 17, 2019
- Update pythonfinder, fix Can't find the python path with python3 #3807
- Update requirementslib.
- Update release script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, seems good to me :) eventually i will get this script working so that we can actually run it without changing anything afterwards
When do you plan to release this version? |
I am still receiving this error response from just a simple 'pipenv --support' command, which I suspect will get fixed with this next release? My installed versions:
system versions are [python -> 2.7.16] [python3 -> 3.7.4]
giving this error: OSError: [Errno 8] Exec format error: '/mnt/c/Users/Ryan/AppData/Local/Microsoft/WindowsApps/python.exe' $ pipenv --supportPipenv version: Pipenv location: Python location: Python installations found: ['Traceback (most recent call last):\n', ' File "/home/rbednar/.local/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 160, in _create_subprocess\n combine_stderr=combine_stderr)\n', ' File "/home/rbednar/.local/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 134, in _spawn_subprocess\n return subprocess.Popen(cmd, **options)\n', ' File "/usr/lib/python3.7/subprocess.py", line 775, in init\n restore_signals, start_new_session)\n', ' File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child\n raise child_exception_type(errno_num, err_msg, err_filename)\n', "OSError: [Errno 8] Exec format error: '/mnt/c/Users/Ryan/AppData/Local/Microsoft/WindowsApps/python.exe'\n", '\nDuring handling of the above exception, another exception occurred:\n\n', 'Traceback (most recent call last):\n', ' File "/home/rbednar/.local/lib/python3.7/site-packages/pipenv/vendor/vistir/contextmanagers.py", line 150, in spinner\n yield _spinner\n', ' File "/home/rbednar/.local/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 314, in run\n write_to_stdout=True\n', ' File "/home/rbednar/.local/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 162, in _create_subprocess\n sys.stderr.write("Error %s while executing command %s", exc, " ".join(cmd._parts))\n', 'TypeError: write() takes exactly one argument (3 given)\n'] During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@rbed23 note that you can verify whether this will be fixed by installing |
It appears to be working correctly... rbednar@BenderInspiron:/mnt/c/Users/Ryan$ python3 -m pip install pythonfinder
rbednar@BenderInspiron:/mnt/c/Users/Ryan$ pyfinder --findall
|