-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Project 1 bokeh #34
Comments
Hi, What do you need to do and what have you done so far? |
I have installed bokeh and understood the basics of it but I have no knowledge how to work on the micro task |
Have you decided on which project to work on? I'll link all 3 below. The links are in a parent-child structure |
Also, if you need help from the mentors, its easiier to tag them to your post |
@brodocode You could decide on a project from this linked list and we can guide you on how to start any of them. |
I apologise as i didn't know how to reach to these links. |
It will be great to work under your guidance. |
OK @brodocode, first of all, you need to check out the project tasks, and take the first steps, which in this case is learning the basics of Bokeh. I think a good way to get help is to be specific with your enquiry. State what you want to do, what you have tried and what is not working for you. |
Yes sure, I have started working on the initial steps according to [Micro task] Set up your local development environment for Bokeh #4 and have installed conda. |
While working on the Fork and clone the repository my git is unable to find the remote repositoryas a result of which I cannot proceed further. |
@brodocode please attach a screenshot of the error message. The usual step for that is
|
When you do |
fatal: not a git repository (or any of the parent directories): .git this is displayed |
I did that but it is not following the further remote repo |
@brodocode have you forked bokeh's repository? I can't see one here Edit: Saw that you've named it |
OK, so that means you haven't added any upstream yet. Here's a complete guide on how to set-up your dev environment for this project https://docs.bokeh.org/en/latest/docs/dev_guide/setup.html You can clone your forked repository by following the steps here https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository After that, you can set the main bokeh/bokeh repository as an additional upstream by doing Let me know how it goes. |
it is showing this: fatal: destination path 'Spoon-Knife' already exists and is not an empty directory. |
Okay, that means you've already cloned it. You should do |
yeap did that..now the new problem is that it is not able to create conda environment. |
yes I followed it from the start and did it but now I'm stuck at creating the conda environment.. still figuring it out. |
can you show the error message? Fyi, you just have to go step by step through the guide - https://docs.bokeh.org/en/latest/docs/dev_guide/setup.html |
|
You don't have conda installed on your system :) Please visit https://www.anaconda.com/products/distribution and install it. |
got it working on it. |
This terminal looks like git bash. After installing Anaconda, use anaconda prompt to run the code instead of git bash |
You forgot to put a . The command is |
OOH! OKAY thank you |
Put a space between e and . |
and this happened and is still loading . i think i messed it all up. please tell me the suitable time so that i can get u on the google meet call. |
okay. thank you |
I'm actually available now If you are. Just click on the link. |
okay I am joining it then |
the 5 set up point for pre commit is having error please help me figure this out. @pavithraes @bryevdv @PatChizzy @chinmaychahar @Azaya89 |
Can you copy and paste the error code here please? |
(base) PS C:\Users\hp> cd bokeh |
Can you manually check your bokeh local repo if the file actually exists? It should be in this path |
No. The one in your computer. Your cloned copy of the Bokeh repo. |
That means the files exist. It is possible this is a Timeout error. Try it again from your source directory ( |
|
Yeah @brodocode, from your screenshot it looks like your conda environment is not activated. Activate it by running |
|
I'm installing the package now. |
it is showing this error what to do? @Azaya89 @bryevdv @PatChizzy |
Looks like you're not in your source directory. You should be in your |
OOKAY i'll try again |
I did all the steps correctly but after installing pip install -e . command. After bokeh sample data it showed the following error and the code is written below: what to do now? @Azaya89 |
Hi @brodocode Your fork of the repository is missing tags history, that is required for the build machinery. There was a recent update to the dev docs that covered this situation, but it's only in the tree, is it not published anywhere yet. But you can see the relevant FAQ here: The relevant new info about cloning, in the linked section at the then:
We have advised others in this situation to delete their clone and fork, and re-fork with that checkbox unhecked. There is probably also some git command that would allow to fetch the full tag history into your existing fork and clone, but I am not sure what it is. Edit: this might work to fetch the tag history:
(and then probably |
|
Hi @brodocode you've had several different problems in this one issues. We want to help you, but it is confusing and difficult unless you are specific every time. E.g. it's not clear to me if the above refers to:
Please report the (new) steps you've taken, as well as the full error text, every time. Edit: also please always post the error messages as text, and not images. Images of text are not accessible to everyone, and are also not copy-pasteable in case that is necessary for helping to debug. |
I faced a problem again in the hooks. I'm so tired of this environment it is getting very confusing for a beginner. |
Hi @brodocode So, instead of installing
|
(bkdev) PS C:\Users\hp\bokeh> pytest tests/codebase
this error is occuring now. @bryevdv |
I followed up on Pavithra ma'am's comment but the issue is I'm still having trouble from where and how to start. please help me figure this out.
The text was updated successfully, but these errors were encountered: