-
Notifications
You must be signed in to change notification settings - Fork 9
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
ubuntu 16.04 x64 build attempt - cannot get sublime text to use numpy #12
Comments
sorry the document in README was a bit misleading. The process to add numpy has changed since. now it is a package dependencies. quick steps
some more explanation on how these work more info regarding dependencies |
Thanks for the detailed reply! I've submitted the three pull requests you suggested. I'm still relatively new to building my own software from source so I greatly appreciate the clarification. I'll report back about Thanks again |
Great, thanks for contributing! I have merged your PRs. It is quite complicate to build sublime plugin, especially the dependency part, and there is not much document available. So let me know if you need any help! |
I assume linux version is working now. So I will just close the issue. Feel free to reopen if you still have any issue. |
I started using
sublime-q
on OS X, got hooked, and now I want to use it on Linux (since I cannot install most of the software I want to use on OS X anymore), but I cannot getnumpy
to be recognised bySublime Text 3 v3114
.Not to be a bother, but I didn't know how else to contact you and figured you might be able to tell me if I have made a simple mistake in my installation.
I've built
numpy-1.8.1
from source usingPython 3.3
as instructed, copied it to~/.config/sublime-text-3/Packages/numpy
, and checked to see thatSublime Text 3
andPackage Control
sees that it is installed. I then installedsublime-q
.Each time on startup, Sublime Text returns the following in the console after loading my other plugins,
numpy
andsublime-q
:I cannot connect to my local
q
session after this.I also get this error if I copy the
numpy
folder to~/.config/sublime-text-3/Packages/lib/linux_x64/
or~/.config/sublime-text-3/lib/linux_x64/
.Is something broken in
Sublime Text 3
orPackage Control
that's keeping me from usingsublime-q
properly? I appreciate any help you can lend.Thanks,
Goran
The text was updated successfully, but these errors were encountered: