-
Notifications
You must be signed in to change notification settings - Fork 26
Proj4 on win64 issues #413
Comments
Did you try uninstalling ioos proj4 and use all from de default channel? I I'm having trouble creating new environments with proj4 that work on win64. This environment doesn't work: [ioos] C:\programs\anaconda-64>conda list proj packages in environment at c:\programs\anaconda-64\envs\ioos:proj.4 4.9.1 0 defaults In another environment, I uninstalled pyproj and proj4, then forced the [pygdp] C:\programs\anaconda-64>conda list proj packages in environment at c:\programs\anaconda-64\envs\pygdp:proj4 4.9.1 py27_4 ioos [pygdp] C:\programs\anaconda-64>conda install pyproj The following NEW packages will be INSTALLED:
Proceed ([y]/n)? n I then thought I could just bump the build number on the pyproj recipe, but Luckily I still have one environment (I can't remember when I created it) [flopy] c:\Users\rsignell\Documents\GitHub>conda list proj packages in environment at c:\programs\anaconda-64\envs\flopy:proj4 4.9.1 py27_4 ioos I'm supposed to help python windows users install working conda — |
@ocefpaf , yes, I tried that. If I use the defaults only I get errors like this:
|
I re-added our version |
I just tested the following code snippet, from pyproj import Proj
Proj(init='epsg:4269') and it worked on a Win32 VM and #415. |
@ocefpaf to the rescue! It works! Just in the nick of time! The training starts in 20 mins! |
Phew. I introduced this bug 😳 so I had to fix it. Conda still has some rough edges. For example we cannot:
|
This totally saves our butts yesterday in the class. It worked fine for everyone! |
It is worth creating a SSCCE with using the default channel and reporting to continuum. |
I'm having trouble creating new environments with proj4 that work on win64.
This environment doesn't work:
In another environment, I uninstalled pyproj and proj4, then forced the install of proj4 from the ioos channel, and then tried to install pyproj from the ioos channel, but I couldn't get the ioos channel version because it has the identical version and build number as the default channel:
I then thought I could just bump the build number on the pyproj recipe, but found that it has been deprecated from the ioos channel.
Luckily I still have one environment (I can't remember when I created it) that still works, with both proj4 and pyproj from the ioos channel:
I'm supposed to help python windows users install working conda environments in a few hours, but I have no idea how to recreate my working environment! 😭
The text was updated successfully, but these errors were encountered: