https://dagster.io/ logo
a

achintamiri

02/20/2020, 1:24 PM
Hi Team , I am facing issue in installing and running dagster .Earlier Everything was working fine .Today I upgrade dagster and I am facing this .Can anybody from the team please help
a

alex

02/20/2020, 4:24 PM
do you have a
dagster.yaml
in
$DAGSTER_HOME
setup ?
a

achintamiri

02/20/2020, 4:27 PM
I am sorry .Can you please explain where can I find this .I am using windows 10
a

alex

02/20/2020, 4:32 PM
if you don’t know what I am talking about - you probably did not set it up.
DAGSTER_HOME
is an environment variable you can set to control where dagster will store all its contents permanently, and
dagster.yaml
in the directory controls components of dagster.
hmmm
could you provide a copy of
pip list
? Curious if all the dagster modules are at the same version.
a

achintamiri

02/20/2020, 4:33 PM
yes sure
Copy code
Package             Version
------------------- -------------------
alembic             1.4.0
aniso8601           7.0.0
attrs               19.3.0
bleach              3.1.1
certifi             2019.11.28
cffi                1.14.0
chardet             3.0.4
Click               7.0
coloredlogs         14.0
contextlib2         0.6.0.post1
dagit               0.7.0
dagster             0.7.0
dagster-graphql     0.7.0
decorator           4.4.1
defusedxml          0.6.0
entrypoints         0.3
Flask               1.1.1
Flask-Cors          3.0.8
Flask-GraphQL       2.0.1
Flask-Sockets       0.2.1
funcsigs            1.0.2
future              0.18.2
gevent              1.4.0
gevent-websocket    0.10.1
graphene            2.1.8
graphql-core        2.3.1
graphql-relay       2.0.1
graphql-server-core 1.2.0
graphql-ws          0.3.0
graphviz            0.13.2
greenlet            0.4.15
humanfriendly       7.1.1
idna                2.9
importlib-metadata  1.5.0
ipython-genutils    0.2.0
itsdangerous        1.1.0
Jinja2              2.11.1
jsonschema          3.2.0
jupyter-core        4.6.3
Mako                1.1.1
MarkupSafe          1.1.1
mistune             0.8.4
nbconvert           5.6.1
nbformat            5.0.4
pandocfilters       1.4.2
pathtools           0.1.2
pip                 20.0.2
promise             2.3
psutil              5.7.0
pycparser           2.19
Pygments            2.5.2
pyreadline          2.1
pyrsistent          0.15.7
python-dateutil     2.8.1
python-editor       1.0.4
pywin32             227
PyYAML              5.3
requests            2.23.0
Rx                  1.6.1
setuptools          45.2.0.post20200210
six                 1.14.0
SQLAlchemy          1.3.13
testpath            0.4.4
toposort            1.5
traitlets           4.3.3
urllib3             1.25.8
watchdog            0.10.2
webencodings        0.5.1
Werkzeug            1.0.0
wheel               0.34.2
wincertstore        0.2
zipp                3.0.0
a

alex

02/20/2020, 4:38 PM
that looks right
hmmmmmm
a

achintamiri

02/20/2020, 4:39 PM
what could be the issue
?
a

alex

02/20/2020, 4:42 PM
a bug on our end to be sure - but unclear why it happened now
does this happen everytime you open dagit?
a

achintamiri

02/20/2020, 4:42 PM
it was working fine ealier
installed again on different machine and loaded my project there and found this
a

alex

02/20/2020, 4:43 PM
and if you clear the error dialogue - does everything else work?
a

achintamiri

02/20/2020, 4:43 PM
i am not able to see solids
a

alex

02/20/2020, 4:43 PM
does it show back up after you refresh the page?
a

achintamiri

02/20/2020, 4:44 PM
yes
i tried that now
a

alex

02/20/2020, 4:44 PM
ok - I will spend some time trying to repro locally
a

achintamiri

02/20/2020, 4:44 PM
but execute is not there it seems
a

alex

02/20/2020, 4:45 PM
you can go back to
0.6.9
, we’re planning on pushing
0.7.1
today which I should be able to get the fix in for
a

achintamiri

02/20/2020, 4:46 PM
ok let me try 0.6.9
on 0.6.9 also i am getting error
dagster.check.CheckError: Failure condition: Can not produce an instance reference for <dagster.core.instance.DagsterInstance object at 0x000001FC3AFE17B8>
a

alex

02/20/2020, 4:50 PM
installed again on different machine and loaded my project there and found this
ok maybe the issue is that you need to set DAGSTER_HOME on this new machine
what terminal / shell are you using?
a

achintamiri

02/20/2020, 4:50 PM
conda
on windows
with python 3.7
how exactly do i have to set upt dagster_home can you please let me know
youll want to set DAGSTER_HOME to a directory you want to keep your data
a

achintamiri

02/20/2020, 4:53 PM
ok
a

alex

02/20/2020, 5:43 PM
I have a repro for the issue so will have a fix out soon
👍 1
a

achintamiri

02/20/2020, 8:44 PM
thanks ,I was really struggling on this and even now also i am unbale to run it .I spent almost a day to run my dagster project today which was working fine earlier.
on conda when i try to set variable i am getting error there aswell.I am not sure how exactly will it work conda env config vars set $DAGSTER_HOME=/path/
Should I create a bug on dagster github for graphql issue?
a

alex

02/20/2020, 8:50 PM
conda env config vars set $DAGSTER_HOME=/path/
on windows your path will likely need to start with a drive ie
C:\path\to\my\file
a

achintamiri

02/20/2020, 8:53 PM
yeah i gave it like this only by path i meant my system path which is like in the above format C:\Users\Achin Tamiri\Anaconda3\envs\dagster
it seems there is issue with command
conda env config vars set
which I am using to set the dagster variable in conda
a

achintamiri

02/20/2020, 8:59 PM
I will try this Meanwhile I have created issue for the 1st one i.e for graphql for a permanent fix https://github.com/dagster-io/dagster/issues/2186
👍 1
a

alex

02/20/2020, 11:33 PM
fix is out
a

achintamiri

02/21/2020, 2:29 PM
what is the latest version for fix
it is released
a

alex

02/21/2020, 3:39 PM
0.7.1
a

achintamiri

02/21/2020, 4:42 PM
I installled 0.7.1 and setup environment variables also.There is no graphql error but I dont see execute button anywhere to start execution
a

alex

02/21/2020, 4:43 PM
you have to go to the
playground
tab via the nav on the left
a

achintamiri

02/21/2020, 4:44 PM
ahh thanks let me try
a

alex

02/21/2020, 4:44 PM
cc @Ben Gotow re: “jump to execute” button or equivalent
a

achintamiri

02/21/2020, 4:44 PM
Thanks it worked .It seems the UI has changed
in 0.7.1
a

alex

02/21/2020, 4:46 PM
ya
0.7.0
brought a whole refresh of the UI - hopefully you enjoy the new execution viewer
a

achintamiri

02/21/2020, 4:46 PM
cool