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

Reaname directory to remove apersand (&) #39

Closed
wants to merge 1 commit into from
Closed

Reaname directory to remove apersand (&) #39

wants to merge 1 commit into from

Conversation

txoof
Copy link
Contributor

@txoof txoof commented Oct 27, 2019

The & does not work with pip and pipenv when attempting to add the libraries using the following command:
$ pip install -e "git+https://github.com/waveshare/e-Paper.git#egg=e-paper&subdirectory=RaspberryPi&JetsonNano/python/
pip errors out with the following error:
Command "git clone -q https://github.com/waveshare/e-Paper/tree/master/RaspberryPi%26JetsonNano /home/pi/src/slimpi_epd/src/e-paper" failed with error code 128 in None

The errors appear to be due to the "&" character. Rename the directory to RaspberryPi_and_JetsonNano to rectify this error.

@txoof
Copy link
Contributor Author

txoof commented Jan 10, 2020

Any chance you'll merge this in or action it? This would make pip installs a WHOLE lot easier.

@TrashcanCoder
Copy link

RaspberryPi&JetsonNano is in ' '.Renamed myself ;(

@txoof
Copy link
Contributor Author

txoof commented Jun 17, 2020

The developers seem to have no desire to fix these things.

@SSYYL
Copy link
Collaborator

SSYYL commented Feb 23, 2021

The problem has been fixed, thanks.

@SSYYL SSYYL closed this Feb 23, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants