Having issues setting up tardis package as developer ! #2507
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Although the current install method is deprecated, it should function provided you successfully installed the environment from the lock file. |
Beta Was this translation helpful? Give feedback.
-
I successfully installed it from the lock file, conda-linux-64.lock using conda and created the environment using it. Then cloned my fork of the tardis repo via SSH then added remote upstream and fetched it, checked out upstream/master branch and then run
|
Beta Was this translation helpful? Give feedback.
-
There should not be a circular import. Did you actually load your environment before trying to import tardis? It looks like you are not running the python version from the tardis environment, instead using |
Beta Was this translation helpful? Give feedback.
There should not be a circular import. Did you actually load your environment before trying to import tardis? It looks like you are not running the python version from the tardis environment, instead using
/usr/lib
which is your system python.