MontrealTradingGroup / freqtrade

Simple High Frequency Trading Bot for crypto currencies
GNU General Public License v3.0
70 stars 61 forks source link

Module version not available on pypi #11

Open deepakvalagam opened 3 years ago

deepakvalagam commented 3 years ago

Hi guys,

I am finding the setup.sh failing repeatedly due to "ccxt" version in the development branch being unavailable on PyPi anymore. I had to change the version to 1.18.1 on "requirements.txt" and also avoid the force reset of head. Hopefully you guys can fix the requirements.txt on the repo.

Relevant code exceptions or logs:

 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement ccxt==1.18.119 (from versions: 1.0.0, 1.0.1, 1.3.1, 1.4.1, 1.5.1, 1.6.1, 1.7.1, 1.8.1, 1.9.1, 1.10.1, 1.11.1, 1.12.1, 1.13.1, 1.14.1, 1.15.1, 1.16.1, 1.17.1, 1.18.1, 1.19.1, 1.20.1, 1.21.1, 1.22.1, 1.23.1, 1.24.1, 1.26.1, 1.27.1, 1.28.1, 1.29.1, 1.30.1, 1.31.1, 1.32.1, 1.33.1, 1.34.1, 1.35.1, 1.36.1, 1.37.1, 1.38.1, 1.39.1, 1.40.1, 1.40.2, 1.40.3, 1.40.4, 1.40.5, 1.40.6, 1.40.7, 1.40.8, 1.40.9, 1.41.1, 1.41.2, 1.41.3, 1.41.4, 1.41.5, 1.41.6, 1.41.7, 1.41.8, 1.41.9, 1.42.1, 1.42.2, 1.42.3, 1.42.4, 1.42.5, 1.42.6, 1.42.7, 1.42.8, 1.42.9, 1.43.1, 1.43.2, 1.43.4, 1.43.5, 1.43.6, 1.43.7, 1.43.8, 1.43.9, 1.44.1, 1.44.2, 1.44.3, 1.44.4, 1.44.5, 1.44.6, 1.44.7, 1.44.8, 1.44.9, 1.44.10, 1.44.11, 1.44.12, 1.44.13, 1.44.14, 1.44.15, 1.44.16, 1.44.17, 1.44.18, 1.44.19, 1.44.20, 1.44.21, 1.44.22, 1.44.23, 1.44.24, 1.44.25, 1.44.26, 1.44.27, 1.44.28, 1.44.29, 1.44.30, 1.44.31, 1.44.32, 1.44.33, 1.44.34, 1.44.35, 1.44.36, 1.44.37, 1.44.38, 1.44.39, 1.44.40, 1.44.41, 1.44.42, 1.44.43, 1.44.44, 1.44.45, 1.44.46, 1.44.47, 1.44.48, 1.44.49, 1.44.50, 1.44.51, 1.44.52, 1.44.53, 1.44.54, 1.44.55, 1.44.56, 1.44.57, 1.44.58, 1.44.59, 1.44.60, 1.44.61, 1.44.62, 1.44.63, 1.44.64, 1.44.65, 1.44.66, 1.44.67, 1.44.68, 1.44.69, 1.44.70, 1.44.71, 1.44.72, 1.44.73, 1.44.74, 1.44.75, 1.44.76, 1.44.77, 1.44.78, 1.44.79, 1.44.80, 1.44.81, 1.44.82, 1.44.83, 1.44.84, 1.44.85, 1.44.86, 1.44.87, 1.44.88, 1.44.89, 1.44.90, 1.44.91, 1.44.92, 1.44.93, 1.44.94, 1.44.95, 1.44.96, 1.44.97, 1.44.98, 1.44.99, 1.45.1, 1.45.2, 1.45.3, 1.45.4, 1.45.5, 1.45.6, 1.45.7, 1.45.8, 1.45.9, 1.45.10, 1.45.11, 1.45.12, 1.45.13, 1.45.14, 1.45.15, 1.45.16, 1.45.17, 1.45.18, 1.45.19, 1.45.20, 1.45.21, 1.45.22,
kaveh6161 commented 2 years ago

I have the same issue. help plz, update the repo