Hi Team , I am facing issue in installing and runn...
# announcements
a
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
do you have a
dagster.yaml
in
$DAGSTER_HOME
setup ?
a
I am sorry .Can you please explain where can I find this .I am using windows 10
a
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
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
that looks right
hmmmmmm
a
what could be the issue
?
a
a bug on our end to be sure - but unclear why it happened now
does this happen everytime you open dagit?
a
it was working fine ealier
installed again on different machine and loaded my project there and found this
a
and if you clear the error dialogue - does everything else work?
a
i am not able to see solids
a
does it show back up after you refresh the page?
a
yes
i tried that now
a
ok - I will spend some time trying to repro locally
a
but execute is not there it seems
a
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
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
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
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
ok
a
I have a repro for the issue so will have a fix out soon
👍 1
a
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
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
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
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
fix is out
a
what is the latest version for fix
it is released
a
0.7.1
a
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
you have to go to the
playground
tab via the nav on the left
a
ahh thanks let me try
a
cc @Ben Gotow re: “jump to execute” button or equivalent
a
Thanks it worked .It seems the UI has changed
in 0.7.1
a
ya
0.7.0
brought a whole refresh of the UI - hopefully you enjoy the new execution viewer
a
cool
m
Does dagster provide RESTful API like /runs /repository
Does dagster provide RESTful API like /runs /repository
112 Views