Advertisement
snip3r77

Untitled

Mar 24th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Requirement.txt
  2. aiofiles==0.4.0
  3. aiohttp==3.5.4
  4. asyncio==3.4.3
  5. fastai==1.0.52
  6. torch==1.4.0
  7. torchvision == 0.5.0
  8. numpy==1.16.3
  9. pillow~=6.0
  10. python-multipart==0.0.5
  11. starlette==0.12.0
  12. uvicorn==0.7.1
  13.  
  14. ##The last 20 lines at render
  15.  
  16. Mar 25 08:29:29 AM Successfully installed aiofiles-0.4.0 aiohttp-3.5.4 async-timeout-3.0.1 asyncio-3.4.3 attrs-19.3.0 beautifulsoup4-4.8.2 blis-0.4.1 bottleneck-1.3.2 catalogue-1.0.0 certifi-2019.11.28 chardet-3.0.4 click-7.1.1 cycler-0.10.0 cymem-2.0.3 fastai-1.0.52 fastprogress-0.2.2 h11-0.8.1 httptools-0.0.13 idna-2.9 importlib-metadata-1.5.0 kiwisolver-1.1.0 matplotlib-3.2.1 multidict-4.7.5 murmurhash-1.0.2 numexpr-2.7.1 numpy-1.16.3 nvidia-ml-py3-7.352.0 packaging-20.3 pandas-1.0.3 pillow-6.2.2 plac-1.1.3 preshed-3.0.2 pyparsing-2.4.6 python-dateutil-2.8.1 python-multipart-0.0.5 pytz-2019.3 pyyaml-5.3.1 requests-2.23.0 scipy-1.4.1 six-1.14.0 soupsieve-2.0 spacy-2.2.4 srsly-1.0.2 starlette-0.12.0 thinc-7.4.0 torch-1.4.0 torchvision-0.5.0 tqdm-4.43.0 typing-3.7.4.1 urllib3-1.25.8 uvicorn-0.7.1 uvloop-0.12.2 wasabi-0.6.0 websockets-7.0 yarl-1.4.2 zipp-3.1.0
  17. Mar 25 08:31:59 AM INFO[0321] COPY app app/
  18. Mar 25 08:31:59 AM INFO[0321] RUN python app/server.py
  19. Mar 25 08:32:10 AM Traceback (most recent call last):
  20. File "app/server.py", line 5, in <module>
  21. from fastai.vision import *
  22. File "/usr/local/lib/python3.7/site-packages/fastai/vision/__init__.py", line 5, in <module>
  23. from .data import *
  24. File "/usr/local/lib/python3.7/site-packages/fastai/vision/data.py", line 4, in <module>
  25. from .transform import *
  26. File "/usr/local/lib/python3.7/site-packages/fastai/vision/transform.py", line 233, in <module>
  27. _solve_func = getattr(torch, 'solve', torch.gesv)
  28. AttributeError: module 'torch' has no attribute 'gesv'
  29. Mar 25 08:32:11 AM error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
  30. Mar 25 08:32:11 AM error: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement