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

Update pypi #26

Open
jabdoa2 opened this issue Mar 4, 2018 · 4 comments
Open

Update pypi #26

jabdoa2 opened this issue Mar 4, 2018 · 4 comments

Comments

@jabdoa2
Copy link

jabdoa2 commented Mar 4, 2018

Is there any chance you could update pypi to the latest version of this repository? https://pypi.python.org/pypi/cyflash/. That would be a huge help when using cyflash as a dependency in our project.

@jsiverskog
Copy link
Collaborator

@Arachnid can you help our here? AFAIK I don't have the permissions to do this.

@hardkrash
Copy link

A workaround is pip install git+https://github.com/arachnidlabs/cyflash.git
You can also set specific SHA checksums or tags too.
More details for the pip documentation. https://pip.pypa.io/en/latest/reference/pip_install/#git

@jabdoa2
Copy link
Author

jabdoa2 commented Aug 22, 2018

We will not ship git links in our pypi build. All dependencies should be loaded directly via pypi as well.

@C47D
Copy link
Contributor

C47D commented Oct 9, 2019

I have installed cyflash at work by using pip install cyflash and i'm getting the following error:

C:\Users\pc>cyflash -v
Traceback (most recent call last):
  File "C:\Users\pc\AppData\Local\Programs\Python\Python36\Scripts\cyflash-script.py", line 11, in <module>
    load_entry_point('cyflash==1.6', 'console_scripts', 'cyflash')()
  File "c:\users\pc\appdata\local\programs\python\python36\lib\site-packages\pkg_resources\__init__.py", line 487, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "c:\users\pc\appdata\local\programs\python\python36\lib\site-packages\pkg_resources\__init__.py", line 2728, in load_entry_point
    return ep.load()
  File "c:\users\pc\appdata\local\programs\python\python36\lib\site-packages\pkg_resources\__init__.py", line 2346, in load
    return self.resolve()
  File "c:\users\pc\appdata\local\programs\python\python36\lib\site-packages\pkg_resources\__init__.py", line 2352, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "c:\users\pc\appdata\local\programs\python\python36\lib\site-packages\cyflash\bootload.py", line 218
    except (protocol.BootloaderError, BootloaderError), e:
                                                      ^
SyntaxError: invalid syntax

I'm guessing it's related to a no up to date version of cyflash on pypi?

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

4 participants