henrytirla / Solana-Raydium-Trading

Buy and Sell SPL tokens on the Raydium DEX using the Solana-Py SDK and Jito SDK
https://dextradingscript.com/
111 stars 35 forks source link

Dependency Conflict with Numpy #2

Closed Klaudioz closed 4 months ago

Klaudioz commented 5 months ago

While setting up the Solana-Raydium Trading project, I encountered dependency conflicts related to the numpy version specified in the requirements.txt file, despite attempts with Python 3.11 and 3.9. Also I've noticed the requirements.txt is unusually extensive.

Details:

Environment: Attempted on Python 3.11.5 and 3.9.19 Error Message: "ERROR: Could not find a version that satisfies the requirement numpy==1.21.5" Potential Cause: The numpy version 1.21.5 specified does not support Python 3.11. Although it supports Python 3.9, the extensive list of dependencies seems to cause other conflicts as well, making setup challenging.

With 3.11

~/personal/snipers on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ git clone https://github.com/henrytirla/Solana-Raydium-Trading.git Solana-Raydium-Trading-Original                        
Cloning into 'Solana-Raydium-Trading-Original'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 30 (delta 7), reused 25 (delta 5), pack-reused 0
Receiving objects: 100% (30/30), 13.16 KiB | 842.00 KiB/s, done.
Resolving deltas: 100% (7/7), done.

~/personal/snipers on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ cd Solana-Raydium-Trading-Original  

Solana-Raydium-Trading-Original on  master via 🐍 v3.11.5 on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ python3 -m venv venv

Solana-Raydium-Trading-Original on  master [?] via 🐍 v3.11.5 on ☁️  (us-east-1) on ☁️  photos@selfieai.net took 3s 
❯ source venv/bin/activate

Solana-Raydium-Trading-Original on  master [?] via 🐍 v3.11.5 (venv) on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ pip install -r requirements.txt
Collecting aiohttp==3.8.1 (from -r requirements.txt (line 1))
  Using cached aiohttp-3.8.1.tar.gz (7.3 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting aiosignal==1.2.0 (from -r requirements.txt (line 2))
  Obtaining dependency information for aiosignal==1.2.0 from https://files.pythonhosted.org/packages/3b/87/fe94898f2d44a93a35d5aa74671ed28094d80753a1113d68b799fab6dc22/aiosignal-1.2.0-py3-none-any.whl.metadata
  Using cached aiosignal-1.2.0-py3-none-any.whl.metadata (5.5 kB)
.............

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 3.0.0 Requires-Python >=3.6, <3.11; 3.1.0 Requires-Python >=3.6, <3.11
ERROR: Could not find a version that satisfies the requirement numpy==1.21.5 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.3, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.21.0, 1.21.1, 1.22.0, 1.22.1, 1.22.2, 1.22.3, 1.22.4, 1.23.0rc1, 1.23.0rc2, 1.23.0rc3, 1.23.0, 1.23.1, 1.23.2, 1.23.3, 1.23.4, 1.23.5, 1.24.0rc1, 1.24.0rc2, 1.24.0, 1.24.1, 1.24.2, 1.24.3, 1.24.4, 1.25.0rc1, 1.25.0, 1.25.1, 1.25.2, 1.26.0b1, 1.26.0rc1, 1.26.0, 1.26.1, 1.26.2, 1.26.3, 1.26.4, 2.0.0b1, 2.0.0rc1)
ERROR: No matching distribution found for numpy==1.21.5

With 3.9

Solana-Raydium-Trading-Original on  master [?] via 🐍 v3.11.5 (venv) on ☁️  (us-east-1) on ☁️  photos@selfieai.net took 52s 
❯ rm -rf venv

Solana-Raydium-Trading-Original on  master via 🐍 v3.11.5 (venv) on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ python3.9 -m venv venv

Solana-Raydium-Trading-Original on  master [?] via 🐍 v3.9.19 (venv) on ☁️  (us-east-1) on ☁️  photos@selfieai.net took 3s 
❯ source venv/bin/activate

Solana-Raydium-Trading-Original on  master [?] via 🐍 v3.9.19 (venv) on ☁️  (us-east-1) on ☁️  photos@selfieai.net 
❯ pip install -r requirements.txt
Collecting aiohttp==3.8.1 (from -r requirements.txt (line 1))
  Using cached aiohttp-3.8.1-cp39-cp39-macosx_11_0_arm64.whl.metadata (7.3 kB)
....

Collecting six==1.16.0 (from -r requirements.txt (line 291))
  Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting sklearn==0.0.post1 (from -r requirements.txt (line 292))
  Using cached sklearn-0.0.post1.tar.gz (3.6 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [18 lines of output]
      The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
      rather than 'sklearn' for pip commands.

      Here is how to fix this error in the main use cases:
      - use 'pip install scikit-learn' rather than 'pip install sklearn'
      - replace 'sklearn' by 'scikit-learn' in your pip requirements files
        (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)
      - if the 'sklearn' package is used by one of your dependencies,
        it would be great if you take some time to track which package uses
        'sklearn' instead of 'scikit-learn' and report it to their issue tracker
      - as a last resort, set the environment variable
        SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True to avoid this error

      More information is available at
      https://github.com/scikit-learn/sklearn-pypi-package

      If the previous advice does not cover your use case, feel free to report it at
      https://github.com/scikit-learn/sklearn-pypi-package/issues/new
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
henrytirla commented 5 months ago

I might have had other packages unrelated to this repo. You can do it installation manually of solana-py it should work

henrytirla commented 5 months ago

I have removed useless requirements from file cheers