Giter VIP home page Giter VIP logo

eightball's People

Contributors

chmreid avatar

Stargazers

 avatar

eightball's Issues

invalid flag being passed to virtualenv vim on initialization of virtual environment

This fails with bright red angry text:

(this path can be customized in .vimrc by setting g:virtualenv_path)
Error detected while processing BufNewFile Autocommands for "*.py"..FileType Autocommands for "*"..function <SNR>4_LoadFTPlugin[18]..script /User
s/charles/.vim/ftplugin/python/eightball.vim:
line  422:
Traceback (most recent call last):
  File "<string>", line 356, in <module>
  File "<string>", line 339, in EightballInit
  File "<string>", line 60, in _initialize_virtualenv
  File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/venv/__init__.py", line 423, in create
    builder.create(env_dir)
  File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/venv/__init__.py", line 75, in create
    self._setup_pip(context)
  File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/venv/__init__.py", line 313, in _setup_pi
p
    subprocess.check_output(cmd, stderr=subprocess.STDOUT)
  File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 420, in check_output

    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/Users/charles/.vim/eightball/bin/vim', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non
-zero exit status 1.
Press ENTER or type command to continue

Running that command manually uncovers the issue, which is with the -Im flag:

$ /Users/charles/.vim/eightball/bin/vim -Im ensurepip --upgrade --default-pip   # ', '-Im', 'ensurepip', '--upgrade', '--default-pip
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 06 2022 10:35:28)
Unknown option argument: "-Im"
More info with: "vim -h"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.