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

upgrading to 2.8.6 #120

Closed
VladimirAlexiev opened this issue Apr 13, 2021 · 2 comments
Closed

upgrading to 2.8.6 #120

VladimirAlexiev opened this issue Apr 13, 2021 · 2 comments

Comments

@VladimirAlexiev
Copy link

VladimirAlexiev commented Apr 13, 2021

As you can see in #119, pip install pylode doesn't upgrade 2.8.5 to any later version.

So I got https://github.com/RDFLib/pyLODE/archive/refs/tags/2.8.6.zip and unzipped pylode.exe to c:\Users\vladimir.alexiev.000\AppData\Local\Programs\Python\Python37\Scripts\.

  1. Trying to check version fails with a similar error to cannot import name '__version__' from 'pylode' #119. 👎
$ pylode -v
Traceback (most recent call last):
  File "pylode\cli.py", line 169, in <module>
  File "pylode\cli.py", line 108, in main
ImportError: cannot import name '__version__' from 'pylode' (C:\tmp\_MEI111002\pylode\__init__.pyc)
[2520] Failed to execute script cli
  1. The Unicode problem is fixed, see handle UTF-8 chars #110 👍

  2. The exe file has grown from 110k to 12Mb, is this expected?

@nicholascar
Copy link
Member

pip install -U pylode now installs 2.8.10.

I don't really know much about the Windows EXE version I'm afraid! I'm just blindly building it from a the pyinstaller script that someone else wrote (https://github.com/RDFLib/pyLODE/blob/master/pylode/pylode-cli.spec). I'd love any help with better configuring that script to produce better binaries...

@nicholascar
Copy link
Member

Long since resolved so closing. Please reopen if continued issues.

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