drckf / paysage

Unsupervised learning and generative models in python/pytorch.
Other
119 stars 25 forks source link

Import problem with 'backends' #113

Closed mgbukov closed 6 years ago

mgbukov commented 6 years ago

After installing paysage with pip in an Anaconda 3 environment, I get the following ImportError:

>>> import paysage
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/mbukov/anaconda3/envs/DNN/lib/python3.6/site-packages/paysage/__init__.py", line 1, in <module>
    from . import backends
ImportError: cannot import name 'backends'

OS specifics: