Git Product home page Git Product logo

geo-env's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

geo-env's Issues

Batch install

This work is being done in the batch-install branch.

Create a .bat scripts to install the bare necessitates for a geospatial python environment to be up and running.

Optionally add more complex .bat scripts to create environments for specific setups or projects.

Install Errors

I had to manually install the wheels by downloading them from https://www.lfd.uci.edu/~gohlke/pythonlibs/#rtree and I got errors when I tried to install the versions given. Alec suggested I install the latest of everything with 37 in title. That seemed to work.
Then everything went smooth but I got some errors from the import_checker.py. It says that there is "No module named 'attrs'" but then I install "attrs" and it says it is already satisfied/installed. So I'm not sure the import_checker.py is throwing correct errors. Here are the errors it gave:

No module named 'attrs'
No module named 'beautifulsoup4'
No module named 'ipython'
No module named 'pywin32'
No module named 'pywinpty'
No module named 'pyzmq'
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\geo-env\lib\site-packages\qtpy_init_.py", line 204, in
from PySide import version as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "import_checker.py", line 11, in
exec('import {}'.format(module.lower()))
File "", line 1, in
File "C:\ProgramData\Anaconda3\envs\geo-env\lib\site-packages\qtpy_init_.py", line 210, in
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found

Add test

This work is being done in the add-test branch.

Goal

Create a workflow that:

  • Creates a virtual environment,
  • Installs the necessary packages
  • Creates a .py that imports all newly installed packages and prints their versions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.