Skip to content
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

Linux install #1

Open
liquid-dave opened this issue Jul 10, 2017 · 11 comments
Open

Linux install #1

liquid-dave opened this issue Jul 10, 2017 · 11 comments

Comments

@liquid-dave
Copy link

Easy install does not seem to work any more, light pipes installs but upon execution of the python script it says Light pipes does not exist.
Trying to simply install the whl via pip mentions my arch is not compatible even if i use the x86_64 code base...

Reading https://pypi.python.org/simple/LightPipes/
No local packages or download links found for LightPipes
error: Could not find suitable distribution for Requirement.parse('LightPipes')

Further more tried to install via the latest .egg and I get the following error.

Installed /usr/lib/python3.4/site-packages/LightPipes-1.1.0-py2.7-linux-x86_64.egg
Processing dependencies for LightPipes==1.1.0
Searching for LightPipes==1.1.0
Reading https://pypi.python.org/simple/LightPipes/
No local packages or download links found for LightPipes==1.1.0
error: Could not find suitable distribution for Requirement.parse('LightPipes==1.1.0')

Using Opensuse 42.2 x86_64
'''
4.4.73-18.17-default
Python 2.7.13

'''

My list of pip scripts

`

  • apparmor (2.10.2)
  • arrow (0.7.0)
  • bottle (0.12.8)
  • Brlapi (0.6.3)
  • coverage (3.7.1)
  • cupshelpers (1.0)
  • cycler (0.10.0)
  • LibAppArmor (2.10.2)
  • LightPipes (1.0.0)
  • louis (2.5.4)
  • Markdown (2.6.2)
  • matplotlib (2.0.2)
  • nose (1.3.7)
  • numpy (1.13.1)
  • pip (9.0.1)
  • py (1.4.30)
  • pycups (1.9.72)
  • pycurl (7.19.5.1)
  • pygobject (3.20.1)
  • pyparsing (2.2.0)
  • pysmbc (1.0.15.4)
  • python-dateutil (2.4.2)
  • pytz (2017.2)
  • PyYAML (3.11)
  • requests (2.7.0)
  • setuptools (18.3.2)
  • simplejson (3.8.0)
  • six (1.10.0)

`

Even though it says LightPipes is installed excution of geany yields the following

`Traceback .....

File "young.py" , line 1 in
import LightPipes
ImportError: No module named LightPipes`

99% Sure something is wrong my end but I cannot find the solution.

@FredvanGoor
Copy link
Owner

I made a complete new version on a new github repository: https://opticspy.github.io/lightpipes/
Please try to uninstall your LightPipes version (1.0.0) (sudo pip uninstall LightPipes) and re-install it by typing: sudo pip install LightPipes. The latest version is 1.1.3.
I have tested it on several platforms, but remember it is still under construction...
Let me know if it works now.
I will delete the old repository.
Look at the new documentation on: https://opticspy.github.io/lightpipes/index.html

@liquid-dave
Copy link
Author

liquid-dave commented Jul 10, 2017 via email

@FredvanGoor
Copy link
Owner

From the link above I see that the macintosh version is installed for Python 3.5! That will not work on a linux system as far as I know. Maybe it is your linux OpenSuse doing this? I tested all linux versions on linux Ubuntu.

Fred.

@liquid-dave
Copy link
Author

liquid-dave commented Jul 10, 2017 via email

@FredvanGoor
Copy link
Owner

Yes, simply download the wheel for your python 2.7 and machine (LightPipes-1.1.3-cp27-cp27m-manylinux1_x86_64.whl, I believe) and type: sudo pip install LightPipes-1.1.3-cp27-cp27m-manylinux1_x86_64.whl

Hope this works!

Fred.

@liquid-dave
Copy link
Author

liquid-dave commented Jul 10, 2017 via email

@FredvanGoor
Copy link
Owner

Good to hear that it works now. If the errors are LightPipes related I like to know...

Fred.

@liquid-dave
Copy link
Author

liquid-dave commented Jul 18, 2017 via email

@FredvanGoor
Copy link
Owner

FredvanGoor commented Jul 21, 2017 via email

@liquid-dave
Copy link
Author

liquid-dave commented Jul 31, 2017 via email

@liquid-dave
Copy link
Author

liquid-dave commented Aug 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants