theQRL / QRL

Quantum Resistant Ledger
https://theqrl.org/
MIT License
414 stars 108 forks source link

build process #1721

Open biomassives opened 3 years ago

biomassives commented 3 years ago

Describe the bug

ERROR: pyasn1-modules 0.2.8 has requirement pyasn1<0.5.0,>=0.4.6, but you'll have pyasn1 0.4.2 which is incompatible.

follows this linke

.cache/pip/wheels/dd/c2/ea/345345huj34kl5jhl34uk5h345o34ih634l;h34 Successfully built qrl Twisted simplejson pyqrllib pyqryptonight pyqrandomx ERROR: pyasn1-modules 0.2.8 has requirement pyasn1<0.5.0,>=0.4.6, but you'll have pyasn1 0.4.2 which is incompatible

greg@sunlight:~/qrl$ pip3 install -U setuptools Collecting setuptools Using cached setuptools-53.0.0-py3-none-any.whl (784 kB) ERROR: qrl 2.0.7 has requirement setuptools==50.3.2, but you'll have setuptools 53.0.0 which is incompatible. Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 50.3.2 Uninstalling setuptools-50.3.2: Successfully uninstalled setuptools-50.3.2 Successfully installed setuptools-53.0.0 greg@sunlight:~/qrl$

To Reproduce Steps to reproduce the behavior:

  1. Go to 'ubuntu setuip page
  2. https://docs.theqrl.org/node/QRLnode/
  3. .'
  4. Click on '....'
  5. Scroll down to '....'
  6. See error above

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.