![]() |
python wheel file - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: python wheel file (/thread-37476.html) |
python wheel file - Led_Zeppelin - Jun-15-2022 I am trying to install python 3.7 or less in my virtual env. via pip or conda. But it says it cannot find the version I want and aborts the install. I really need this version. My software only works with python 3.4-3.7 thus i must get one of these. I know that i can do it in a wheel file. Where can I download the wheel file that I need (python 3.4-3.7)? Any help appreciated. Thanks in advance. Respectfully, LZ RE: python wheel file - Led_Zeppelin - Jun-15-2022 I got this I downloaded a python 3.5 file from the python website. It works. Now when I installed Jupyter notebook for this virtual environment, it also upgraded my python version to 10.2.0. This is clearly not what i want. I learned from another post on here that one should install jupyter notebook for every virtual environment. That is what I did, but as I said it upgraded python way past 3.5.0. How can I install jupyter notebook and keep the python version unchanged? I also would like the system to work in whatever jupyter notebook I install. How do I do this? Any help appreciated. Thanks in advance. Respectfully, LZ |