-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency on streql #9
Comments
If it’s not being used, then we should remove it. Thanks for letting us know. |
If you're not using Single Click apps, you can safely remove this line yourself. |
Yeah, I missed that in my search. Sorry about that. On Apr 10, 2014, at 6:54 PM, Tim Sergeant [email protected] wrote:
|
Thanks @tgsergeant. |
did this error solved ?? |
Facing the same issue. Tried to remove the lines but Bigcommerce keeps trying to install Streql. |
@filipeteles, @svcew-dinesh if you are facing this issue remove connection.py:213 and modify setup.py:15. I'll start looking into a permanent fix. |
See also PeterScott/streql#1 |
@gabelimon i'm still having this issue |
@bookernath Would you mind taking this over or passing it on to someone who will? |
@gabelimon @bookernath I was unable to get streql to compile, and pip install bigcommerce was requiring a streql dependency. I ended up removing streql requirement from the setup.py and now I'm able to install bigcommerce. I'm still unsure why I'm unable to compile streql. |
|
The pip install fails to install streql on python 2.7 on Windows7. It complains that it cannot find vcvarsall.bat. I looked through the API and noticed that streql is only imported, but not used in the code. I was able to use the api on Windows7 by removing that line in connection.py. I don't want to have to install microsoft Visual Anything unless I have to.
The text was updated successfully, but these errors were encountered: