-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install latest version? #79
Comments
On Linux, you should be able to clone the repository and run But yes, you are right there have been many changes recently that haven't made it into a new release. Some of these changes have been quite significant. I just need to do a bit more testing before I'm happy, hopefully in the next few weeks I'll do a new release. In the meantime let me know if you find any issues with the latest on github. |
Thanks for your response. I normally use Linux but I've got to help people using Windows so I'm trying to install via conda then update from pip+git, but it doesn't seem to work:
It doesn't seem to update the version of tuiview in the conda environment, any ideas why? (My ultimate goal is to use conda |
I'm not sure what When I manually clone the repo and run |
Yes you will need a C compiler. Windows is a pain because of this. Is there any reason you need the very latest on Windows? The recent changes are mainly about RATs that are larger than 100million rows which does seem an edge case (although something I come across in my own work). |
Here's the steps to create a Windows installer, with (optionally) incorporating the latest code from git instead of conda, just in case anyone reading this issue in future is interested. |
TuiView 1.2.14 now released. Thanks for your patience everyone. |
@gillins back to tuiview, I installed in Windows using conda as described in the when I run it doesn't complain, but the tuiview window doesn't show in my screen. BTW, went back to old emails and you had suggested a couple of things that I didn't do this time. Are they important? "Juan, have you set the channel priority as strict (below) before creating the new environment?"
and
|
These problems have all been resolved and I know people are successfully running TuiView on Windows. I think yes, create a brand new environment (but you don't need to restrict GDAL's version):
Let me know if that works or not. |
I did it all again and still not working |
ok that is really strange. What operating system do you run? What happens if you install QGIS from within conda? QGIS uses the same graphics system as tuiview so should have the same thing. |
will have to wait, I'm almost done for the week :) |
So the current version of tuiview uses Qt5 for graphics (like QGIS). I have a development version of tuiview using Qt6, would be good to know if that fixes it:
|
@petescarth tuiview works ok for you on Windows? |
It works fine for me on Windows. I used miniforge not miniconda. |
Good point about miniforge. @juan-guerschman can you try with miniforge instead? you might be getting a conflict with Anaconda packages. I'll send you a separate email about this. |
I've only tried using WSL on Windows - it works OK there. |
Really? Tim H hit this problem on WSL: microsoft/wslg#1153 so the query window etc was unusable. Was this ok for you? |
Yeah - there is that - the windows work but you cannot move them |
The version on conda-forge seems to be lagging behind the version on github. How difficult is it to get that updated?
In the situation where github is newer, do you have some instructions for people who have installed via conda-forge to get the latest version from github?
Thanks!
The text was updated successfully, but these errors were encountered: