ERROR: No matching distribution found for ipython==7.23.1
Error when executing pip install -r requirements.txt --upgrade --no-cache --no-cache-dir. My operating system is ubuntu 18.04 64bits.
I got the same error @jape777. Same OS (Ubuntu 18.04 64bits)
ERROR: Could not find a version that satisfies the requirement ipython==7.23.1 (from geonode) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.6.1, 7.7.0, 7.8.0, 7.9.0, 7.10.0, 7.10.1, 7.10.2, 7.11.0, 7.11.1, 7.12.0, 7.13.0, 7.14.0, 7.15.0, 7.16.0, 7.16.1) ERROR: No matching distribution found for ipython==7.23.1
What is the solution?
I'm afraid you are using a wrong/old python version.
Which branch of GeoNode are you using?
@afabiani Master branch! Python 3.6.9
you need Python > 3.7 better 3.8 or 3.9
Thanks, I installed ubuntu 20.04 and everything works fine. I just have the following error: celery 5.0.5 has requirement click<8.0,>=7.0, but you'll have click 8.0.1 which is incompatible, and when I run paver_dev.sh start, the console displays the following non-stop.
[2021-06-04 16:44:29,981: DEBUG/MainProcess] Timer wake-up! Next ETA 0.9971289230006732 secs. [2021-06-04 16:44:30,982: DEBUG/MainProcess] Timer wake-up! Next ETA 1.0 secs. [2021-06-04 16:44:31,983: DEBUG/MainProcess] Timer wake-up! Next ETA 0.9985677260001466 secs. [2021-06-04 16:44:32,985: DEBUG/MainProcess] Timer wake-up! Next ETA 1.0 secs. [2021-06-04 16:44:33,987: DEBUG/MainProcess] Timer wake-up! Next ETA 0.9983338550000553 secs. [2021-06-04 16:44:34,988: DEBUG/MainProcess] Timer wake-up! Next ETA 1.0 secs. [2021-06-04 16:44:35,991: DEBUG/MainProcess] Timer wake-up! Next ETA 0.9970701869997356 secs.
Hi @afabiani, i am having a similar issue and I'm not sure how to interpret this, hence me contacting you and commenting via this medium. I have been searching for months for a solution and cannot seem to make a breakthrough.
The issue: I stopped processing on my old 2012 mac via python 3.8.2 and Ipython 7.22.0 as it was to slow in operations and I recently got a new mac via 3.8.13 python and 7.23.1 ipython.
I am not sure how to interpret this error or if its and error but runfile() in my case is not producing an output on the new mac via 3.8.13 python and 7.23.1 ipython. it is constantly outputting this below.
Can you help me to understand what I am doing wrong and interpret such errors so that I can continue on my way forward, please?
AND Thanx loads in advance, really anticipating your response here!!
I am not sure if this is a package issue as I followed all the steps as per my old mac's operations which is still functional and then projected such onto the new mac and the same processing is not functional. I looked at multi processing --outputs via the print() but this is operating fine as per my knowledge and to confirm this it is working on the old mac.
I tried research what this means but there's limited details on such via stacks, google and ghit hub or I am not aware of what the correct terminology is, please assist, I going Bonkers here.
This code is functional on my old mac using the Anaconda Navigator and Spyder 3.8 This is the code that I am running: ''' !pip install tensorflow !pip install tfLearn !pip install tqdm !pip install keras !pip install sklearn !pip install numpy !pip install PyQt5 !pip install --user pyqtwebengine==5.12 !pip install matplotlib !pip install importlib !pip install scikit-plot !pip install graphviz !pip install pydot !pip install pyparsing !pip install argparse !pip install opencv-python !pip install python-ffmpeg !pip install pyperclip !pip install geopy !pip install plotly !pip install logstash !pip install pandas !pip install seaborn !pip install ipyparallel
Here I interchanged the file extensions from .py to .ipy and vice versa but this had no impact as a required solution
!ipython 3dcnn9.ipy --batch 120 --epoch 150 --videos ./dataset/ --nclass 8 --output 3dcnnresult/ --color True --skip False --depth 12 '''
This is the output that I am interpreting as an error????!!!!??? ''' Python 3.8.13 (default, Mar 28 2022, 06:16:26) Type "copyright", "credits" or "license" for more information. IPython 7.23.1 -- An enhanced Interactive Python. Restarting kernel...
runfile('/Users/symbadian/opt/3DCNNtesting/packages.ipy', wdir='/Users/symbadian/opt/3DCNNtesting') [TerminalIPythonApp] WARNING | Unrecognized alias: 'batch', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'epoch', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'videos', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'nclass', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'output', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'color', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'skip', it will have no effect. [TerminalIPythonApp] WARNING | Unrecognized alias: 'depth', it will have no effect. '''
@MatParr I'm sorry, I have no clues on the issue you are facing here. Unfortunately I don't use Mac at all so I cannot try to reproduce this one either.
I think it's a package issue, online M1 processors are a bit new and anaconda navigator is constantly failing to install so I tried installing via the bash file operations as per research. That did not work, when completed I tried initiating the anaconda nav. But it just won't initialise.
I am still doing research and YouTubing to understand what is going on here but so far no luck!! Open to suggestions from the pros but no solution yet! This is ongoing