-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot find __meta__.py #69
Comments
@kampongboy, did you ever get a fix for this? Just ran into the same issue on Windows. |
Nope, no fix yet
Best Regards,
Roger Huang
…________________________________
From: GabrielSestieri ***@***.***>
Sent: Tuesday, August 8, 2023 11:07:32 PM
To: swimlane/atomic-operator ***@***.***>
Cc: kampongboy ***@***.***>; Mention ***@***.***>
Subject: Re: [swimlane/atomic-operator] Cannot find __meta__.py (Issue #69)
@kampongboy<https://github.com/kampongboy>, did you ever get a fix for this? Just ran into the same issue on Windows.
—
Reply to this email directly, view it on GitHub<#69 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF5MDPOYZHIT7UCNVKSTJ63XUJI3JANCNFSM6AAAAAA2ADKPIQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hey @kampongboy , so this error appeared for me while installing atomic-operator through the git cloning method. Using the pip installation method seems to be working out so far. |
@kampongboy @GabrielSestieri
or
|
Describe the bug
I tried installing in CentOS 7 but failed.
Error message as follows:
File "setup.py", line 21, in
with open(os.path.join(here, 'atomic_operator', 'meta.py'), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/root/atomic-operator/atomic_operator/meta.py'
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/swimlane/atomic-operator.git
cd atomic-operator
pip install -r requirements.txt
python setup.py install
I used python3 instead of python
Expected behavior
"python3 setup.py install" command should be able to complete but it did not
I did a search on meta.py . There is no such file
The text was updated successfully, but these errors were encountered: