terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

trying to install holidays module for python #229

Open RunningUtes opened 2 years ago

RunningUtes commented 2 years ago

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
majick commented 2 years ago

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