-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ncube never completes local workspace creation #62
Comments
Hey @tlongers, First off, thanks a lot for giving Ncube a try. I'm sorry creating a local workspace didn't work for you. Creating a new workspace takes on my machine a couple of minutes. A fresh workspace takes about 500-600MB on disk. During the setup it has to download quite a bit from the internet. So the time it takes to set it up depends on the speed of your internet connections as well. Issues #59 and #60 address this. But under no circumstance should it take overnight. From what you describe the setup of the workspace should definitely have succeeded. One reason we know of, why creating a workspace fails is described in #42. But it doesn't sound like this issue is related to your situation. Simply removing a workspace from disk is not enough since the workspace has to be deleted in the local database as well. The functionality of removing workspaces has been added to Ncube already and will be part of the next release. Ncube isn't doing a great job yet communicating issues back to the user. I'm actively working on this in #55 and once I close this issue I will make a new release. The best way to diagnose Ncube currently is a bit hands on and requires you to start it from a terminal and look at the log output. To do this open a Terminal and paste the following into it and press
Feel free to post any output that looks weird to you and I'm happy to take a look. Ncube is in a very early stage. Unfortunately, this means that your experience isn't great yet and things are likely to break. We would be very grateful if you reported any issues you are encounter and we can try together to sort them out. We collected a whole bunch of bugs that we need addressing here. We are in the process of working through them. I hope this helps, let me know. Best |
Thanks @critocrito - I'm aware it's an early release, and thanks for giving me an idea of the trajectory that you're on. The log output is quite revealing; thanks for letting me know how to launch the tool that way. Here's the culprit that I can see:
After this error, the script grabbed a bunch of stuff from the net, but then hung, just repeating the below:
Regarding the
Possibly I need to update it though; is it looking for a specific version? [Update: added a few extra lines from the log to clarify the CLT issue] |
Hey, I ran into the same problem today. This issue was introduce with the latest update to Xcode 12. Ncube requires to have the Xcode Command Line Tools to be installed but the Apple update botched those somehow. I wasn't able to install them neither on the terminal nor using the software updater of macOS. In the end I had to download the Command Line Tools directly from the Apple developer website. Here are my steps:
After that I was able to create a workspace. Let me know if you still encounter issues and we can investigate further. Also, I would love to hear if Ncube is useful for you, or if not, what it lacks to be useful. |
Ahh I forgot, before I installed the DMG package that I downloaded from the Apple developer website I removed the Command Line Tools:
|
Thanks for putting this out there @critocrito - I encounted an issue getting started
What setup?
What was I doing?
What steps have I taken to solve the problem?
~/Ncube/test
Generally, what's the expected time that a new workspace should take to initialize?
The text was updated successfully, but these errors were encountered: