ksimmi

Results 8 comments of ksimmi

Hi. As you can see I made a pull request to make possible run `pundle` in situation when Python importing `pip._internal.main` as non callable `pip_exec`. Today I doubt and it...

The same error with other package full log: ``` Install some packages try for alembic try for Mako try for MarkupSafe>=0.9.2 try for python-editor>=0.3 Use temp dir /tmp/tmp0a6t8edr pip install...

As you can see the `markupsafe` package that wasn't installed at my first post was successfully installed at second post. And after few attempts of running of the `pundle install`...

Hi! Today I came back to researching this problem and now I think it because of pip code. In `pip/_internal/req/req_tracker.py` found `cleanup` method and compared it with the same method...

client.rb ``` # frozen_string_literal: true require 'bundler/setup' require 'active_support' require 'active_support/core_ext' require 'async' require 'async/http/endpoint' require 'async/websocket/client' require 'karafka' require_relative 'settings' require_relative 'callable' require_relative 'api_interactor' require_relative 'api_interactor/http' require_relative 'api_interactor/token_manager' require...

``` class WS ConnectionError = Class.new(StandardError) class e Console.logger.error(e) Console.logger.error(e.response) if e.response raise ConnectionError end def set_settings set_settings_response = call_command(SetSettings) get_settings_response = call_command(GetSettings) end def subscribe subscribe_response = call_command(Subscribe) get_subscriptions_response...

The problem occurs intermittently.