-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pip installation problem #122
Comments
nope, i've only published it to pypi testing (https://test.pypi.org/project/neatdend/) and pip by default doesn't check there. i can create a proper pypi package. should i do that with the recent release or do you want to create a new one? |
I've just created a release for version 0.9.1. Perhaps we upload that one as a proper pypi package? |
Need to install these three before installing neatdend: |
Pytest after pip installation results in 13 failures tests/test_cnet.py ....F [ 6%] while pip install . results in 8 failures: tests/test_cnet.py ....F [ 6%] |
@ZeitgeberH A lot of test failures are likely due to the lack of default ion channels compiled for neuron. Try running
|
I was using "pip install -i https://test.pypi.org/simple/ neatdend" as shown in pypi.org website: https://test.pypi.org/project/neatdend/ |
Ah thanks @ZeitgeberH , seems we still have it only as a test package, perhaps we should change this for v0.9.1 @jakobj |
A user reported the following issue while trying to install NEAT through pip:
Do you know what the problem might be @jakobj ?
The text was updated successfully, but these errors were encountered: