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

Quick test problem #34

Closed
iKaHibi opened this issue Apr 14, 2021 · 2 comments
Closed

Quick test problem #34

iKaHibi opened this issue Apr 14, 2021 · 2 comments

Comments

@iKaHibi
Copy link

iKaHibi commented Apr 14, 2021

hello
I am try to install c302 according to README.md

I have done:
git clone https://github.com/openworm/c302.git
cd c302
python setup.py install

when I try to run

owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/owmeta-bundles/master/index.json'

I met up with the problem of
image

so I turned to run

~/opt/anaconda3/bin/owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/owmeta-bundles/master/index.json'

and succeed with
image

but afterwards, when I try to run the quick test

python c302/c302_Pharyngeal.py

I get the error of:
image
(The ! mark is because I added something to the dataobject.py file like this:
image
)

can you please give me advice to overcome this?
Thanks a lot

@mwatts15
Copy link
Contributor

Hi, @Teaine , thanks for reporting this issue. Please use pip install . instead of python setup.py install. python setup.py install installs a pre-release version of owmeta-core, which causes the error you see. I'll update the README to recommend using pip.

Regarding this:

I met up with the problem of
image

Please stick to Python 3. Future versions of c302 will not necessarily run on Python 2.7 without modification and some dependencies (like owmeta) have already stopped supporting Python 2.7.

@mwatts15
Copy link
Contributor

mwatts15 commented May 1, 2021

@Teaine Please, reopen this issue if the recommendations above were insufficient. Thanks again.

@mwatts15 mwatts15 closed this as completed May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants