vitchyr / viskit

rllab's viskit with some added features
73 stars 35 forks source link

Dependency conflict #20

Closed ritalaezza closed 2 years ago

ritalaezza commented 3 years ago

Hello,

When I tried updating viskit, this happened...

The conflict is caused by: viskit 0.1 depends on Jinja2==2.11.3 flask 2.0.1 depends on Jinja2>=3.0

zhuliwen commented 3 years ago

I also encountered this error.

zhuliwen commented 3 years ago

I modified the code in line 7 in setup.py:

# origin
# REQUIRED_PACKAGES = ['Flask==2.0.1', 'matplotlib==3.4.2', 'plotly==5.1.0', 'numpy==1.21.0', 'Jinja2==2.11.3']
# new
REQUIRED_PACKAGES = ['Flask==1.1.4', 'matplotlib==3.4.2', 'plotly==5.1.0', 'numpy==1.21.0', , 'Jinja2==2.11.3']

Then it succeeded.

EleaZhong commented 3 years ago

thank :)

vitchyr commented 2 years ago

Closed with: https://github.com/vitchyr/viskit/commit/88b7cd7d94fa97ab31bb0681f51ecd160effaa93