Closed twobombs closed 5 years ago
Thanks @twobombs, we'll have to look into this. Obviously the repo has the requirements.txt
, so it's not immediately clear what the discrepancy is here
typo in packaging ?
After copy & rename requires.txt to the root of project filename requirement.txt it builds
.... and installs
FYI :)
Thanks @twobombs! That helped me narrow it down - there was a bug in setup.py
, where it was attempting to read and open from requirements.txt
(even though it didn't need to). I've now fixed this in #53
Would it be prudent to make the new release ( 0.50-dev ) avaliable on https://pypi.org/project/PennyLane/ or does this work automatically by some trigger ?
I might make a quick bugfix release (0.4.1) :)
Haven't seen a release yet on https://pypi.org/project/PennyLane/#history So technically the bug hasn't been fixed in that the pip3 install now does work.
Fair enough @twobombs :) I'll reopen until the update is available via pip
Hi @twobombs, the v0.4.1 bugfix release is now available on pip :slightly_smiling_face:
package seems to miss requirements.txt
I could go back to a code build, but the 'pip3 install' is more elegant :)
Saw this happen on OSX and ARM64