iVim icon indicating copy to clipboard operation
iVim copied to clipboard

trying to install holidays module for python

Open RunningUtes opened this issue 2 years ago • 1 comments

I’m trying to install a python module, holidays, but I am getting errors when run in :term. Is there an idea of how to fix this? I have been able to install other modules the same way. Below is the error output:

$ pip install holidays
Collecting holidays
Using cached https://files.pythonhosted.org/packages/19/6d/e731397fddee7aaaf87eb8b11f93bOdc71e242c4039664984943f133dc2a/holidays-0.13-py3-none-any.whl
ERROR: Could not install packages due to an EnvironmentError: [Errno 21 No such file or directory:
"/private/var/mobile/Containers/Data/Application/5670BC09-D4A5-438E-884
O-ODEAAOF67EEC/tmp/pid-rea-tracker-4ibe72n6/9571c2094628f07e8010f2c52eca90a21537675447702020a879149e

RunningUtes avatar Mar 26 '22 08:03 RunningUtes

I've run into this a few times and wound up just mkdiring the directory it wants. That seems to work around the issue.

majick avatar Apr 15 '22 19:04 majick