gdemos01 / crypto-trading-ai-bot-basic

MIT License
279 stars 103 forks source link

pip requirements.txt #11

Open kmert10 opened 2 years ago

kmert10 commented 2 years ago

It would be very useful to have a requirements.txt file listing required package versions. I am currently seeing a deadlock in package versions:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. cbpro 1.1.4 requires six==1.10.0, but you have six 1.16.0 which is incompatible.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 2.9.1 requires six>=1.12.0, but you have six 1.10.0 which is incompatible.

theotromp97 commented 1 year ago

Any solve to this?