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

error in protlib setup command use_2to3 is invalid #55

Open
pannet1 opened this issue Jun 21, 2023 · 8 comments
Open

error in protlib setup command use_2to3 is invalid #55

pannet1 opened this issue Jun 21, 2023 · 8 comments
Labels
help wanted Extra attention is needed

Comments

@pannet1
Copy link

pannet1 commented Jun 21, 2023

i added the following to my requirements.txt file

setuptools<58.0.0
protlib<1.5.0

in order to install alphatrade

@nevatia
Copy link

nevatia commented Jun 22, 2023

pip install setuptools==57.5.0
May not need to touch protlib version

@pannet1
Copy link
Author

pannet1 commented Jun 27, 2023

oh god, thank you.
unfortunately, i changed the protlib library exception handling in many places to support latest python.

@algo2t algo2t added the help wanted Extra attention is needed label Jul 18, 2023
@algo2t
Copy link
Owner

algo2t commented Jul 18, 2023

Help wanted on removal of protlib from alphatrade

@pannet1
Copy link
Author

pannet1 commented Jul 19, 2023

Help wanted on removal of protlib from alphatrade

sir, this is far beyond my capabilities i guess.

@rajindersingh041
Copy link

Using setuptools < 58, protlib 1.5 didn't install for python 3.11.3 due to "error in protlib setup command: use_2to3 is invalid."

I installed protlib 1.4 but then also it raise syntax issues in protlib

image

@nevatia
Copy link

nevatia commented Jul 25, 2023

Library modified but try and update us
pip install setuptools==57.5.0
Then
pip install protlib

@nevatia
Copy link

nevatia commented Jul 25, 2023

Help wanted on removal of protlib from alphatrade

@algo2t please update requirements.txt with adding
setuptools==57.5.0

@rajindersingh041
Copy link

Worked well, did install in venv. But websocket doesn't work. Just ran example for streaming data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants