Skip to content
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

Fix run error #80

Open
1 task
Abdur-rahmaanJ opened this issue Oct 2, 2022 · 12 comments
Open
1 task

Fix run error #80

Abdur-rahmaanJ opened this issue Oct 2, 2022 · 12 comments

Comments

@Abdur-rahmaanJ
Copy link
Owner

  • The project must run without errors in output
@0xGodspeed
Copy link
Contributor

Hey, can you give more details about the errors?
I did python -m pip install greenberry and it gave me no errors.
Running a basic .gb file doesn't give any errors either.

@Abdur-rahmaanJ
Copy link
Owner Author

@0xGodspeed output does not correspond with instructions

@0xGodspeed
Copy link
Contributor

I am really sorry but I still can't find the error. Could you please tell me what command gives the wrong output?
image

@Abdur-rahmaanJ
Copy link
Owner Author

@0xGodspeed Sorry you must install green berry using python -m pip install -e .

@0xGodspeed
Copy link
Contributor

I believe this is the problem

packages=find_packages(),

And this seems to fix it:

 packages=find_packages('src'), 

I'm not exactly sure how setuptools works and why it searches for the tests directory in src/ without this.
Please explain to me if you can.

@Abdur-rahmaanJ
Copy link
Owner Author

@0xGodspeed You have an interesting problem which this issue does not describe, how did you encounter the test error?

@0xGodspeed
Copy link
Contributor

by doing python -m pip install -e

@Abdur-rahmaanJ
Copy link
Owner Author

@0xGodspeed Ok open a PR to fix it!

@0xGodspeed
Copy link
Contributor

@Abdur-rahmaanJ Is it unrelated from this issue? Should I mention this issue in the PR?

@Abdur-rahmaanJ
Copy link
Owner Author

Yes, just add an orphan PR

@BernardVos
Copy link

BernardVos commented Sep 12, 2023

Hi all,

I'd like to contribute to this project, but noticed that the last issue is added a year ago.
Is this project still alive?

@Abdur-rahmaanJ
Copy link
Owner Author

@BernardVos Well, i am all the time available, if you need anything, ping me. If you need a Google meet, mail me: arj.python at gmail.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants