flow icon indicating copy to clipboard operation
flow copied to clipboard

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

Open Ildemselcuk opened this issue 4 years ago • 7 comments

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,

Ildemselcuk avatar Feb 02 '21 11:02 Ildemselcuk

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

philippwulff avatar Feb 07 '21 17:02 philippwulff

Is this issue fixed?

amanpatel123 avatar Feb 19 '21 19:02 amanpatel123

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

philippwulff avatar Feb 19 '21 19:02 philippwulff

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

arashtavakoli avatar Mar 02 '21 16:03 arashtavakoli

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

HappyDay-design avatar Jan 09 '22 08:01 HappyDay-design

I also had the same problem

Jonyian avatar Oct 27 '22 06:10 Jonyian

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.

bharath2438 avatar Oct 31 '22 11:10 bharath2438