iVim icon indicating copy to clipboard operation
iVim copied to clipboard

It depends on the name of the package pip could not install

Open f1se4 opened this issue 4 years ago • 1 comments

There are some pure python packages that are not insalled because 'due to an EnvironmentError', could it be because the size of the egg directory for these packages? There are some interesting vim plugins that are not working because python installations. For example pep8 module.

f1se4 avatar May 18 '21 10:05 f1se4

I ran into the same thing and discovered that if I did cd $TMPDIR; mkdir pip-req-tracker-onn_0423 (that pip dir being listed in the EnvironmentError message), the package would install.

anjiro avatar Jun 27 '21 12:06 anjiro