flow-project / flow

Computational framework for reinforcement learning in traffic control
MIT License
1.06k stars 374 forks source link

Incompatible and old pip packages.Many operations are not run stably #1033

Open Ildemselcuk opened 3 years ago

Ildemselcuk commented 3 years ago

Hello,

Most of the pip packages in Requirements.txt are minus versions and they are incompatible with each other, so can you send the updated requirements.txt file or pip package versions.Many operations are not run stably for this reason.

gym==0.14.0
numpy==1.18.4
scipy==1.1.0
lxml==4.4.1
pyprind==2.11.2
nose2==0.8.0
six==1.11.0
path.py
joblib==0.10.3
python-dateutil==2.7.3
cached_property
pyglet==1.3.2
matplotlib==3.1.0
imutils==0.5.1
numpydoc
ray==0.8.0
opencv-python
dill
lz4
setproctitle
psutil
opencv-python
boto3==1.10.45
redis~=2.10.6
pandas==0.24.2
plotly==2.4.0
tabulate
tensorflow==1.15.2
awscli==1.16.309
torch==1.4.0
pytz
tensorboardX

Best Regards,

philippwulff commented 3 years ago

This appears to be the same issue. Please provide updated dependencies.

amanpatel123 commented 3 years ago

Is this issue fixed?

philippwulff commented 3 years ago

No, it is not fixed. Personally, I just gave up on trying to use this project...

arashtavakoli commented 3 years ago

I wish they have responded to all these issues and wouldn't just introduce a package and call it a day!

TrinhTuanHung2021 commented 2 years ago

Hello all

I installed Flow with repleacing the "redis~=2.10.6" by "redis".

But when I ran tutorial 3 and 4, it had error.

AttributeError: 'numpy.ndarray' object has no attribute 'keys'

And empty .csv file so I think the installation is not really right

Jonyian commented 1 year ago

I also had the same problem

bharath2438 commented 1 year ago

I also had the same issue and resolved it by doing the following https://github.com/flow-project/flow/issues/1071, it might work for you.