bigmlcom / sensenet

0 stars 8 forks source link

Error during installation #1

Closed unmonoqueteclea closed 3 years ago

unmonoqueteclea commented 3 years ago

This line is giving me an error during sensenet installation, it's the first time I see a from without an import. Is it correct? https://github.com/bigmlcom/sensenet/blob/2148718e7bbb3a6b2d6b69495a55430733602733/sensenet/image.py#L3

File "/Users/unmonoqueteclea/.virtualenvs/slpr/lib/python3.8/site-packages/bigml_sensenet-0.2.4-py3.8-macosx-10.15-x86_64.egg/sensenet/image.py", line 3 from sensenet.settings ^ SyntaxError: invalid syntax

charleslparker commented 3 years ago

@unmonoqueteclea - That entire file was just cruft that wasn't supposed to be in the repo. I've removed it.

unmonoqueteclea commented 3 years ago

Installed correctly, thank you