fastai library import failure on ipython on conda











up vote
0
down vote

favorite












When trying to import fastai library within ipython on a conda setup, it fails with the following error (irrespective of Windows or Linux). On anaconda prompt it exists without any message:



"ImportError: dlopen: cannot load any more object with static TLS
In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20"



---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-af1f7fb2dc52> in <module>()
----> 1 import fastai

~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/__init__.py in <module>()
----> 1 from .basic_train import *
2 from .callback import *
3 from .callbacks import *
4 from .core import *
5 from .basic_data import *

~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/basic_train.py in <module>()
1 "Provides basic training and validation with `Learner`"
----> 2 from .torch_core import *
3 from .basic_data import *
4 from .callback import *
5

~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/torch_core.py in <module>()
1 "Utility functions to help deal with tensors"
----> 2 from .imports.torch import *
3 from .core import *
4
5 AffineMatrix = Tensor

~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/__init__.py in <module>()
1 from .core import *
----> 2 from .torch import *

~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/torch.py in <module>()
----> 1 import torch, torch.nn.functional as F
2 from torch import ByteTensor, DoubleTensor, FloatTensor, HalfTensor, LongTensor, ShortTensor, Tensor
3 from torch import nn, optim, as_tensor
4 from torch.utils.data import BatchSampler, DataLoader, Dataset, Sampler, TensorDataset

~/anaconda3/envs/fastai/lib/python3.6/site-packages/torch/__init__.py in <module>()
82 pass
83
---> 84 from torch._C import *
85
86 __all__ += [name for name in dir(_C)

ImportError: dlopen: cannot load any more object with static TLS

In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20









share|improve this question


























    up vote
    0
    down vote

    favorite












    When trying to import fastai library within ipython on a conda setup, it fails with the following error (irrespective of Windows or Linux). On anaconda prompt it exists without any message:



    "ImportError: dlopen: cannot load any more object with static TLS
    In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20"



    ---------------------------------------------------------------------------
    ImportError Traceback (most recent call last)
    <ipython-input-1-af1f7fb2dc52> in <module>()
    ----> 1 import fastai

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/__init__.py in <module>()
    ----> 1 from .basic_train import *
    2 from .callback import *
    3 from .callbacks import *
    4 from .core import *
    5 from .basic_data import *

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/basic_train.py in <module>()
    1 "Provides basic training and validation with `Learner`"
    ----> 2 from .torch_core import *
    3 from .basic_data import *
    4 from .callback import *
    5

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/torch_core.py in <module>()
    1 "Utility functions to help deal with tensors"
    ----> 2 from .imports.torch import *
    3 from .core import *
    4
    5 AffineMatrix = Tensor

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/__init__.py in <module>()
    1 from .core import *
    ----> 2 from .torch import *

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/torch.py in <module>()
    ----> 1 import torch, torch.nn.functional as F
    2 from torch import ByteTensor, DoubleTensor, FloatTensor, HalfTensor, LongTensor, ShortTensor, Tensor
    3 from torch import nn, optim, as_tensor
    4 from torch.utils.data import BatchSampler, DataLoader, Dataset, Sampler, TensorDataset

    ~/anaconda3/envs/fastai/lib/python3.6/site-packages/torch/__init__.py in <module>()
    82 pass
    83
    ---> 84 from torch._C import *
    85
    86 __all__ += [name for name in dir(_C)

    ImportError: dlopen: cannot load any more object with static TLS

    In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20









    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      When trying to import fastai library within ipython on a conda setup, it fails with the following error (irrespective of Windows or Linux). On anaconda prompt it exists without any message:



      "ImportError: dlopen: cannot load any more object with static TLS
      In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20"



      ---------------------------------------------------------------------------
      ImportError Traceback (most recent call last)
      <ipython-input-1-af1f7fb2dc52> in <module>()
      ----> 1 import fastai

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/__init__.py in <module>()
      ----> 1 from .basic_train import *
      2 from .callback import *
      3 from .callbacks import *
      4 from .core import *
      5 from .basic_data import *

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/basic_train.py in <module>()
      1 "Provides basic training and validation with `Learner`"
      ----> 2 from .torch_core import *
      3 from .basic_data import *
      4 from .callback import *
      5

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/torch_core.py in <module>()
      1 "Utility functions to help deal with tensors"
      ----> 2 from .imports.torch import *
      3 from .core import *
      4
      5 AffineMatrix = Tensor

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/__init__.py in <module>()
      1 from .core import *
      ----> 2 from .torch import *

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/torch.py in <module>()
      ----> 1 import torch, torch.nn.functional as F
      2 from torch import ByteTensor, DoubleTensor, FloatTensor, HalfTensor, LongTensor, ShortTensor, Tensor
      3 from torch import nn, optim, as_tensor
      4 from torch.utils.data import BatchSampler, DataLoader, Dataset, Sampler, TensorDataset

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/torch/__init__.py in <module>()
      82 pass
      83
      ---> 84 from torch._C import *
      85
      86 __all__ += [name for name in dir(_C)

      ImportError: dlopen: cannot load any more object with static TLS

      In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20









      share|improve this question













      When trying to import fastai library within ipython on a conda setup, it fails with the following error (irrespective of Windows or Linux). On anaconda prompt it exists without any message:



      "ImportError: dlopen: cannot load any more object with static TLS
      In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20"



      ---------------------------------------------------------------------------
      ImportError Traceback (most recent call last)
      <ipython-input-1-af1f7fb2dc52> in <module>()
      ----> 1 import fastai

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/__init__.py in <module>()
      ----> 1 from .basic_train import *
      2 from .callback import *
      3 from .callbacks import *
      4 from .core import *
      5 from .basic_data import *

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/basic_train.py in <module>()
      1 "Provides basic training and validation with `Learner`"
      ----> 2 from .torch_core import *
      3 from .basic_data import *
      4 from .callback import *
      5

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/torch_core.py in <module>()
      1 "Utility functions to help deal with tensors"
      ----> 2 from .imports.torch import *
      3 from .core import *
      4
      5 AffineMatrix = Tensor

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/__init__.py in <module>()
      1 from .core import *
      ----> 2 from .torch import *

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/fastai/imports/torch.py in <module>()
      ----> 1 import torch, torch.nn.functional as F
      2 from torch import ByteTensor, DoubleTensor, FloatTensor, HalfTensor, LongTensor, ShortTensor, Tensor
      3 from torch import nn, optim, as_tensor
      4 from torch.utils.data import BatchSampler, DataLoader, Dataset, Sampler, TensorDataset

      ~/anaconda3/envs/fastai/lib/python3.6/site-packages/torch/__init__.py in <module>()
      82 pass
      83
      ---> 84 from torch._C import *
      85
      86 __all__ += [name for name in dir(_C)

      ImportError: dlopen: cannot load any more object with static TLS

      In [2]: QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20






      python python-3.x fast-ai






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 9 at 13:11









      Samujjwal Ghosh

      13




      13





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53226350%2ffastai-library-import-failure-on-ipython-on-conda%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53226350%2ffastai-library-import-failure-on-ipython-on-conda%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Hercules Kyvelos

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud