neurophysik / jitcdde

Just-in-time compilation for delay differential equations
Other
56 stars 14 forks source link

using conda to install jitcdde #13

Closed Arjun35uv closed 6 years ago

Arjun35uv commented 6 years ago

i want to use jitcdde package using conda install. what is the alternative to pip3 install.[ all my python packages are conda installed instead of pip3 install]

Wrzlprmft commented 6 years ago

In my experience Anaconda provides pip, and in my understanding there is nothing that forces you to stick to one of the installation methods. Making my modules available for Conda would require some special packaging efforts.

Therefore I would ask you to first try installing with pip (see this). In the unexpected case that you run into problems with this, please let me know.

Arjun35uv commented 6 years ago

i have followed the summary of commands for ubuntu and at the final stage i am getting the following error ::

Traceback (most recent call last): File "/usr/bin/pip3", line 9, in from pip import main ImportError: cannot import name 'main'

On Wed, Sep 5, 2018 at 1:53 PM Gerrit Ansmann notifications@github.com wrote:

In my experience Anaconda provides pip, and in my understanding there is nothing that forces you to stick to one of the installation methods. Making my modules available for Conda would require some special packaging efforts.

Therefore I would ask you to first try installing with pip (see this https://jitcde-common.readthedocs.io/#windows-anaconda). In the unexpected case that you run into problems with this, please let me know.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neurophysik/jitcdde/issues/13#issuecomment-418643275, or mute the thread https://github.com/notifications/unsubscribe-auth/AkRrmK6EnbJGzUJYcHL8fKEDrwwm9rY4ks5uX4nvgaJpZM4WaQSZ .

Wrzlprmft commented 6 years ago

The only list of commands specific for Ubuntu are those ones for building SymEngine from source. You almost certainly do not need those. Still, the error you are getting suggests that something is profoundly wrong with your system that has nothing to do with JiTCDDE.

So, please first ensure that PIP is working, i.e., it does not report an error if you plainly run pip or pip3, it does not throw an error. Maybe this helps. After this, pip install jitcdde --user or pip3 install jitcdde --user should work.

Arjun35uv commented 6 years ago

yes.There was some problem with installation. i figured it out. pip worked for me. Thank you.

On Wed, Sep 5, 2018 at 5:51 PM Gerrit Ansmann notifications@github.com wrote:

The only list of commands specific for Ubuntu are those ones for building SymEngine from source. You almost certainly do not need those. Still, the error you are getting suggests that something is profoundly wrong with your system that has nothing to do with JiTCDDE.

So, please first ensure that PIP is working, i.e., it does not report an error if you plainly run pip or pip3, it does not throw an error. Maybe this https://stackoverflow.com/q/49836676 helps. After this, pip install jitcdde --user or pip3 install jitcdde --user should work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neurophysik/jitcdde/issues/13#issuecomment-418710226, or mute the thread https://github.com/notifications/unsubscribe-auth/AkRrmIy4HZR7y64w3wAQ5AHWgzGlCbcZks5uX8HlgaJpZM4WaQSZ .